DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on FND_COMMON_LOOKUPS

Line 596: from fnd_common_lookups

592: where exception_report_id = to_number(p_exp_report_name);
593:
594: cursor cur_exp_variance_type is
595: select meaning
596: from fnd_common_lookups
597: where lookup_type = 'PQP_VARIANCE_TYPE'
598: and lookup_code = p_exp_variance_type;
599:
600: cursor cur_prepay_payment_method is

Line 712: from fnd_common_lookups

708: and lookup_type = 'PAY_PAYRPCBR';
709:
710: cursor cur_costing_summary_file_out is
711: select meaning
712: from fnd_common_lookups
713: where lookup_code = p_cost_summary_file_out
714: and lookup_type = 'REPORT_OUTPUT_TYPE'
715: and application_id = 801
716: and enabled_flag = 'Y';