DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on AR_SYSTEM_PARAMETERS

Line 2616: FROM ar_system_parameters sysp,

2612: CURSOR currency IS
2613: SELECT c.currency_code,
2614: c.precision,
2615: c.minimum_accountable_unit
2616: FROM ar_system_parameters sysp,
2617: gl_sets_of_books sob,
2618: fnd_currencies c
2619: WHERE sob.set_of_books_id = sysp.set_of_books_id
2620: AND sob.currency_code = c.currency_code;

Line 3485: ar_system_parameters.credit_classification1%TYPE;

3481: l_party_id hz_cust_accounts.party_id%TYPE;
3482: l_parent_id hz_cust_accounts.party_id%TYPE;
3483:
3484: l_credit_classification
3485: ar_system_parameters.credit_classification1%TYPE;
3486:
3487: BEGIN
3488:
3489: -- This subroutine computes the credit classification.

Line 5749: SELECT org_id FROM ar_system_parameters

5745: GROUP BY customer_trx_line_id;
5746:
5747: /*Bug 4675710 */
5748: CURSOR cur_orgs IS
5749: SELECT org_id FROM ar_system_parameters
5750: WHERE org_id = NVL(p_org_id,org_id);
5751:
5752: /*-----------------------------------------------------------------------+
5753: | Local Variable Declarations and initializations |