DBA Data[Home] [Help]

APPS.RCV_SLA_MRC_UPDATE_PKG dependencies on CST_XLA_SEQ_GT

Line 166: cst_xla_seq_gt cxs

162: rcv_accounting_events rae,
163: rcv_mc_rec_sub_ledger rrs,
164: cst_xla_rcv_event_map cem,
165: GL_CODE_COMBINATIONS gcc,
166: cst_xla_seq_gt cxs
167: where rt.transaction_id=cxs.source_id_int_1
168: and rt.transaction_id = rmt.transaction_id
169: and rmt.set_of_books_id = rrs.set_of_books_id
170: and nvl(rae.organization_id,rt.organization_id)=cxs.source_id_int_3

Line 294: cst_xla_seq_gt cxs

290: xla_ae_headers xla,
291: rcv_mc_rec_sub_ledger rrs,
292: cst_xla_rcv_event_map cem,
293: GL_CODE_COMBINATIONS gcc,
294: cst_xla_seq_gt cxs
295: where rt.transaction_id=cxs.source_id_int_1
296: and xla.event_id = cxs.event_id
297: and xla.entity_id = cxs.entity_id
298: and xla.upg_batch_id = l_upg_batch_id

Line 331: where rrs.rcv_transaction_id in (select source_id_int_1 from cst_xla_seq_gt cxs)

327: rcv_sub_ledger_id = nvl(rcv_sub_ledger_id, rcv_receiving_sub_ledger_s.nextval),
328: last_update_date = gUpdateDate,
329: last_updated_by = gUserId,
330: last_update_login = gLoginId
331: where rrs.rcv_transaction_id in (select source_id_int_1 from cst_xla_seq_gt cxs)
332: and rrs.ENCUMBRANCE_TYPE_ID is null;
333:
334: <>
335: