DBA Data[Home] [Help]

APPS.FII_AP_INV_B_C dependencies on XLA_DISTRIBUTION_LINKS

Line 382: XLA_Distribution_Links XDL

378: XAL.GL_SL_Link_ID GL_SL_Link_ID,
379: XAL.GL_SL_Link_Table GL_SL_Link_Table
380: FROM FII_AP_Unpost_Headers_T ID,
381: XLA_AE_Lines XAL,
382: XLA_Distribution_Links XDL
383: WHERE ID.AE_Header_ID = XDL.AE_Header_ID
384: AND ID.Ref_AE_Header_ID = XDL.Ref_AE_Header_ID
385: AND ID.Temp_Line_Num = XDL.Temp_Line_Num
386: AND XDL.Application_ID = 200

Line 540: XLA_Distribution_Links XDL,

536: AIL.Item_Description Item_Description
537: FROM
538: XLA_AE_Lines XAL,
539: ACCNT_CLASS AC,
540: XLA_Distribution_Links XDL,
541: ap_invoice_distributions_all aid,
542: XLA_AE_Headers XAH,
543: XLA_Transaction_Entities XTE,
544: AP_Invoice_Lines_ALL AIL,

Line 1515: XLA_Distribution_Links XDL,

1511: and slga.ledger_id = gsob.ledger_id
1512: and fslg.usage_code = g_usage_code) v,
1513: XLA_AE_Lines XAL,
1514: ACCNT_CLASS AC,
1515: XLA_Distribution_Links XDL,
1516: ap_invoice_distributions_all aid,
1517: XLA_AE_Headers XAH,
1518: XLA_Transaction_Entities XTE,
1519: AP_Invoice_Lines_ALL AIL,