DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on FND_COMMON_LOOKUPS

Line 526: from fnd_common_lookups

522: and lookup_type = 'PAY_PAYRPCBR';
523:
524: cursor cur_costing_summary_file_out is
525: select meaning
526: from fnd_common_lookups
527: where lookup_code = p_cost_summary_file_out
528: and lookup_type = 'REPORT_OUTPUT_TYPE'
529: and application_id = 801
530: and enabled_flag = 'Y';

Line 915: from fnd_common_lookups

911: Begin
912: -- Check Sorting Sequence
913: select meaning
914: into lv_check_sort_seq_meaning
915: from fnd_common_lookups
916: where lookup_type = 'CHEQUE_PROCEDURE'
917: and lookup_code = p_check_writer_sort_sequence;
918:
919: hr_utility.trace('lv_check_sort_seq_meaning = ' || lv_check_sort_seq_meaning);