DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on AR_SYSTEM_PARAMETERS

Line 2886: from ar_system_parameters

2882:
2883: l_report ReportParametersType;
2884: CURSOR org_rec is
2885: select org_id
2886: from ar_system_parameters
2887: where org_id = nvl(p_org_id,org_id);
2888: BEGIN
2889:
2890: write_debug_and_log('arp_bf_bill.Report2 (+)');

Line 2997: from ar_system_parameters

2993: l_use_currency VARCHAR2(15);
2994: l_request_id NUMBER;
2995: CURSOR org_rec is
2996: select org_id
2997: from ar_system_parameters
2998: where org_id = nvl(p_org_id,org_id);
2999: BEGIN
3000:
3001: mo_global.init('AR');