DBA Data[Home] [Help]

APPS.PA_XLA_INTERFACE_PKG dependencies on XLA_ASSIGNMENT_DEFNS_B

Line 2405: xla_assignment_defns_b xad,

2401: FROM xla_distribution_links xdl,
2402: xla_ae_headers aeh,
2403: xla_ae_lines ael,
2404: xla_acct_class_assgns xaca,
2405: xla_assignment_defns_b xad,
2406: xla_post_acct_progs_b xpap,
2407: gl_ledgers gl
2408: WHERE xdl.source_distribution_id_num_1 = l_Source_Distribution_Id_Num_1
2409: AND NVL(xdl.source_distribution_id_num_2, -99) = NVL(l_Source_Distribution_Id_Num_2, -99)

Line 2480: XLA_Assignment_Defns_b xad,

2476: FROM XLA_Distribution_Links xdl,
2477: XLA_Ae_Headers aeh,
2478: XLA_Ae_Lines ael,
2479: XLA_Acct_Class_Assgns xaca,
2480: XLA_Assignment_Defns_b xad,
2481: XLA_Post_acct_Progs_b xpap,
2482: gl_ledgers gl
2483: WHERE xdl.source_Distribution_id_num_1 = P_Distribution_Id_1
2484: AND NVL(xdl.source_Distribution_id_num_2, -99) = NVL(P_Distribution_Id_2 , -99)