DBA Data[Home] [Help]

APPS.JL_BR_AP_BALANCE_MAINTENANCE dependencies on GL_SETS_OF_BOOKS

Line 127: gl_sets_of_books gs,

123: From ap_ae_headers aeh,
124: ap_ae_lines ael,
125: ap_invoices ai,
126: gl_periods gp,
127: gl_sets_of_books gs,
128: ap_batches ab
129: Where
130: -- Validate Data Conditions
131: aeh.ae_category = 'Purchase Invoices'

Line 171: gl_sets_of_books gs

167: ap_invoice_payments aip,
168: ap_invoices ai,
169: ap_checks ac,
170: gl_periods gp,
171: gl_sets_of_books gs
172: WHERE
173: -- Validate Data Conditions
174: aeh.ae_category = 'Payments'
175: and aeh.gl_transfer_Run_id = p_transfer_run_id -- create journals entries for those invoices being transfered.