DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on FND_COMMON_LOOKUPS

Line 874: from fnd_common_lookups

870: where exception_report_id = to_number(p_exp_report_name);
871:
872: cursor cur_exp_variance_type is
873: select meaning
874: from fnd_common_lookups
875: where lookup_type = 'PQP_VARIANCE_TYPE'
876: and lookup_code = p_exp_variance_type;
877:
878: cursor cur_prepay_payment_method is

Line 990: from fnd_common_lookups

986: and lookup_type = 'PAY_PAYRPCBR';
987:
988: cursor cur_costing_summary_file_out is
989: select meaning
990: from fnd_common_lookups
991: where lookup_code = p_cost_summary_file_out
992: and lookup_type = 'REPORT_OUTPUT_TYPE'
993: and application_id = 801
994: and enabled_flag = 'Y';

Line 3003: from fnd_common_lookups

2999: where exception_report_id = to_number(p_exp_report_name);
3000:
3001: cursor cur_exp_variance_type is
3002: select meaning
3003: from fnd_common_lookups
3004: where lookup_type = 'PQP_VARIANCE_TYPE'
3005: and lookup_code = p_exp_variance_type;
3006:
3007: cursor cur_prepay_payment_method is

Line 3119: from fnd_common_lookups

3115: and lookup_type = 'PAY_PAYRPCBR';
3116:
3117: cursor cur_costing_summary_file_out is
3118: select meaning
3119: from fnd_common_lookups
3120: where lookup_code = p_cost_summary_file_out
3121: and lookup_type = 'REPORT_OUTPUT_TYPE'
3122: and application_id = 801
3123: and enabled_flag = 'Y';