DBA Data[Home] [Help]

APPS.AME_APPROVER_DEVIATION_PKG dependencies on FND_LOOKUP_VALUES

Line 518: from fnd_lookup_values

514: begin
515: TEMP_APPLID := P_AMEAPPLID;
516: select lookup_code
517: into TEMP_REASON
518: from fnd_lookup_values
519: where lookup_type ='AME_DEVIATION_REASON'
520: and language = userenv('LANG')
521: and meaning = P_REASON;
522: