DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on AR_SYSTEM_PARAMETERS

Line 2631: from ar_system_parameters

2627:
2628: l_report ReportParametersType;
2629: CURSOR org_rec is
2630: select org_id
2631: from ar_system_parameters
2632: where org_id = nvl(p_org_id,org_id);
2633: BEGIN
2634:
2635: write_debug_and_log('arp_bf_bill.Report2 (+)');

Line 2740: from ar_system_parameters

2736: l_use_currency VARCHAR2(15);
2737: l_request_id NUMBER;
2738: CURSOR org_rec is
2739: select org_id
2740: from ar_system_parameters
2741: where org_id = nvl(p_org_id,org_id);
2742: BEGIN
2743:
2744: mo_global.init('AR');