DBA Data[Home] [Help]

APPS.ARP_ADJUSTMENTS_PKG dependencies on AR_RECEIVABLES_TRX

Line 96: l_accounting_affect_flag ar_receivables_trx.accounting_affect_flag%type;

92: p_mau IN
93: fnd_currencies.minimum_accountable_unit%type)
94: IS
95:
96: l_accounting_affect_flag ar_receivables_trx.accounting_affect_flag%type;
97: l_adj_post_to_gl_flag ra_cust_trx_types.adj_post_to_gl%type;
98:
99: BEGIN
100:

Line 142: FROM ar_receivables_trx

138:
139: IF l_adj_post_to_gl_flag = 'Y' THEN
140: SELECT NVL(accounting_affect_flag , 'Y')
141: INTO l_accounting_affect_flag
142: FROM ar_receivables_trx
143: WHERE receivables_trx_id = p_adj_rec.receivables_trx_id;
144:
145: ELSE
146: l_accounting_affect_flag := 'N';

Line 2968: l_accounting_affect_flag ar_receivables_trx.accounting_affect_flag%type;

2964: ) IS
2965:
2966: l_adjustment_id ar_adjustments.adjustment_id%type;
2967: l_adjustment_number ar_adjustments.adjustment_number%type;
2968: l_accounting_affect_flag ar_receivables_trx.accounting_affect_flag%type;
2969: l_adj_post_to_gl_flag ra_cust_trx_types.adj_post_to_gl%type;
2970:
2971: BEGIN
2972:

Line 2995: FROM ar_receivables_trx

2991: +--------------------------------------------*/
2992:
2993: SELECT NVL(accounting_affect_flag , 'Y')
2994: INTO l_accounting_affect_flag
2995: FROM ar_receivables_trx
2996: WHERE receivables_trx_id = p_adj_rec.receivables_trx_id;
2997:
2998: /* Bug 7461503 get value of added flag in transaction types*/
2999: