Wednesday, 14 December 2022

How to find the State Name of India in Oracle Apps R12 EBS

---- How to find the State Name of India in Oracle Apps R12 EBS  --- 


SELECT *

  FROM fnd_lookup_values_vl

 WHERE lookup_type = 'JA_IN_STATE_CODE';

No comments:

Post a Comment

How to make responsibilities as read only in oracle apps EBS R12 Using Custom.Pll Or Creating a read only Responsibility in oracle apps EBS R12 Using Custom.Pll

  How to make responsibilities as read only in oracle apps EBS R12 Using Custom.Pll Or Creating a read only Responsibility in oracle apps ...