DBA Data[Home] [Help]

APPS.FV_SLA_CST_PROCESSING_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 192: po_distributions_all pod

188: rrs.accounting_event_id
189: FROM rcv_receiving_sub_ledger rrs,
190: xla_events_gt xeg,
191: rcv_accounting_events rae,
192: po_distributions_all pod
193: WHERE c_acct_at_rcpt = 'N'
194: AND xeg.source_id_int_1 = rrs.rcv_transaction_id
195: AND xeg.source_id_int_2 = rrs.accounting_event_id
196: AND xeg.entity_code = 'RCV_ACCOUNTING_EVENTS'

Line 225: po_distributions_all pod

221: rrs.accounting_event_id
222: FROM rcv_receiving_sub_ledger rrs,
223: xla_events_gt xeg,
224: rcv_accounting_events rae,
225: po_distributions_all pod
226: WHERE c_acct_at_rcpt = 'Y'
227: AND xeg.source_id_int_1 = rrs.rcv_transaction_id
228: AND xeg.source_id_int_2 = rrs.accounting_event_id
229: AND xeg.entity_code = 'RCV_ACCOUNTING_EVENTS'

Line 258: po_distributions_all pod

254: FROM mtl_material_transactions mmt,
255: mtl_transaction_accounts mta,
256: rcv_transactions rt,
257: xla_events_gt xeg,
258: po_distributions_all pod
259: WHERE xeg.source_id_int_1 = mmt.transaction_id
260: AND mmt.transaction_id = mta.transaction_id
261: AND rt.transaction_id = mmt.rcv_transaction_id
262: AND mta.accounting_line_type = 5