DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on AR_SYSTEM_PARAMETERS

Line 2763: FROM ar_system_parameters sysp,

2759: CURSOR currency IS
2760: SELECT c.currency_code,
2761: c.precision,
2762: c.minimum_accountable_unit
2763: FROM ar_system_parameters sysp,
2764: gl_sets_of_books sob,
2765: fnd_currencies c
2766: WHERE sob.set_of_books_id = sysp.set_of_books_id
2767: AND sob.currency_code = c.currency_code;

Line 3625: ar_system_parameters.credit_classification1%TYPE;

3621: l_party_id hz_cust_accounts.party_id%TYPE;
3622: l_parent_id hz_cust_accounts.party_id%TYPE;
3623:
3624: l_credit_classification
3625: ar_system_parameters.credit_classification1%TYPE;
3626:
3627: BEGIN
3628:
3629: -- This subroutine computes the credit classification.

Line 5928: SELECT org_id FROM ar_system_parameters

5924: GROUP BY customer_trx_line_id;
5925:
5926: /*Bug 4675710 */
5927: CURSOR cur_orgs IS
5928: SELECT org_id FROM ar_system_parameters
5929: WHERE org_id = NVL(p_org_id,org_id);
5930:
5931: /*-----------------------------------------------------------------------+
5932: | Local Variable Declarations and initializations |