DBA Data[Home] [Help]

APPS.PA_UBR_UER_SUMM_PKG dependencies on GL_JE_BATCHES

Line 1464: gl_je_batches jb

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

Line 1538: gl_je_batches jb

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