DBA Data[Home] [Help]

APPS.PA_UBR_UER_SUMM_PKG dependencies on GL_JE_BATCHES

Line 1462: gl_je_batches jb

1458: G_x_inv_gl_batch_name
1459: FROM gl_je_lines je,ra_customer_trx_lines_all rctla,
1460: ra_cust_trx_line_gl_dist_all rctlgda ,
1461: gl_je_headers jh,
1462: gl_je_batches jb
1463: WHERE je.reference_2 = TO_CHAR(rctlgda.customer_trx_id)
1464: AND je.reference_3 = TO_CHAR(rctlgda.cust_trx_line_gl_dist_id)
1465: AND je.code_combination_id = rctlgda.code_combination_id
1466: AND je.period_name = p_period_name

Line 1536: gl_je_batches jb

1532: G_x_rev_gl_header_name,
1533: G_x_rev_gl_batch_name
1534: FROM gl_je_lines je,
1535: gl_je_headers jh,
1536: gl_je_batches jb
1537: WHERE je.reference_1 = p_batch_name
1538: AND je.reference_3 = p_system_ref_3
1539: AND je.code_combination_id = p_code_combination_id
1540: AND je.period_name = p_period_name