DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on FND_COMMON_LOOKUPS

Line 794: from fnd_common_lookups

790: and lookup_type = 'PAY_PAYRPCBR';
791:
792: cursor cur_costing_summary_file_out is
793: select meaning
794: from fnd_common_lookups
795: where lookup_code = p_cost_summary_file_out
796: and lookup_type = 'REPORT_OUTPUT_TYPE'
797: and application_id = 801
798: and enabled_flag = 'Y';

Line 1183: from fnd_common_lookups

1179: Begin
1180: -- Check Sorting Sequence
1181: select meaning
1182: into lv_check_sort_seq_meaning
1183: from fnd_common_lookups
1184: where lookup_type = 'CHEQUE_PROCEDURE'
1185: and lookup_code = p_check_writer_sort_sequence;
1186:
1187: hr_utility.trace('lv_check_sort_seq_meaning = ' || lv_check_sort_seq_meaning);

Line 2509: from fnd_common_lookups

2505: and lookup_type = 'PAY_PAYRPCBR';
2506:
2507: cursor cur_costing_summary_file_out is
2508: select meaning
2509: from fnd_common_lookups
2510: where lookup_code = p_cost_summary_file_out
2511: and lookup_type = 'REPORT_OUTPUT_TYPE'
2512: and application_id = 801
2513: and enabled_flag = 'Y';

Line 2913: from fnd_common_lookups

2909: Begin
2910: -- Check Sorting Sequence
2911: select meaning
2912: into lv_check_sort_seq_meaning
2913: from fnd_common_lookups
2914: where lookup_type = 'CHEQUE_PROCEDURE'
2915: and lookup_code = p_check_writer_sort_sequence;
2916:
2917: hr_utility.trace('lv_check_sort_seq_meaning = ' || lv_check_sort_seq_meaning);