DBA Data[Home] [Help]

APPS.PSA_MFAR_ADJUSTMENTS dependencies on AR_ADJUSTMENTS_ALL

Line 7: g_adjustment_id ar_adjustments_all.adjustment_id%type;

3:
4: --
5: -- global variables
6: --
7: g_adjustment_id ar_adjustments_all.adjustment_id%type;
8: g_set_of_books_id ra_customer_trx_all.set_of_books_id%type;
9: g_customer_trx_id ra_cust_trx_line_gl_dist_all.customer_trx_id%type;
10: g_cust_trx_line_id ra_cust_trx_line_gl_dist_all.customer_trx_line_id%type;
11: g_adj_ccid ar_adjustments_all.code_combination_id%type;

Line 11: g_adj_ccid ar_adjustments_all.code_combination_id%type;

7: g_adjustment_id ar_adjustments_all.adjustment_id%type;
8: g_set_of_books_id ra_customer_trx_all.set_of_books_id%type;
9: g_customer_trx_id ra_cust_trx_line_gl_dist_all.customer_trx_id%type;
10: g_cust_trx_line_id ra_cust_trx_line_gl_dist_all.customer_trx_line_id%type;
11: g_adj_ccid ar_adjustments_all.code_combination_id%type;
12: g_adj_amount ar_adjustments_all.amount%type;
13: g_adj_type ar_adjustments_all.type%type;
14: g_run_id NUMBER;
15:

Line 12: g_adj_amount ar_adjustments_all.amount%type;

8: g_set_of_books_id ra_customer_trx_all.set_of_books_id%type;
9: g_customer_trx_id ra_cust_trx_line_gl_dist_all.customer_trx_id%type;
10: g_cust_trx_line_id ra_cust_trx_line_gl_dist_all.customer_trx_line_id%type;
11: g_adj_ccid ar_adjustments_all.code_combination_id%type;
12: g_adj_amount ar_adjustments_all.amount%type;
13: g_adj_type ar_adjustments_all.type%type;
14: g_run_id NUMBER;
15:
16: --===========================FND_LOG.START=====================================

Line 13: g_adj_type ar_adjustments_all.type%type;

9: g_customer_trx_id ra_cust_trx_line_gl_dist_all.customer_trx_id%type;
10: g_cust_trx_line_id ra_cust_trx_line_gl_dist_all.customer_trx_line_id%type;
11: g_adj_ccid ar_adjustments_all.code_combination_id%type;
12: g_adj_amount ar_adjustments_all.amount%type;
13: g_adj_type ar_adjustments_all.type%type;
14: g_run_id NUMBER;
15:
16: --===========================FND_LOG.START=====================================
17: g_state_level NUMBER := FND_LOG.LEVEL_STATEMENT;

Line 397: l_temp_adj_type ar_adjustments_all.type%type;

393:
394:
395: l_mf_adjustments_rec c_mf_adjustments%rowtype;
396: p_ccid psa_mf_adj_dist_all.mf_adjustment_ccid%type;
397: l_temp_adj_type ar_adjustments_all.type%type;
398: l_flexbuild_error_reason VARCHAR2(2000);
399: l_total_amount_due NUMBER;
400: l_row_id VARCHAR2(100);
401: