DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on CST_XLA_RCV_EVENT_MAP

Line 3633: cst_xla_rcv_event_map cem,

3629: rrs.USSGL_TRANSACTION_CODE USSGL_TRANSACTION_CODE,
3630: decode(gcc.reference3,'Y', 'P', null) CONTROL_BALANCE_FLAG,
3631: cem.event_class_code event_class_code
3632: from rcv_receiving_sub_ledger rrs,
3633: cst_xla_rcv_event_map cem,
3634: GL_CODE_COMBINATIONS gcc,
3635: cst_xla_seq_gt cxs
3636: where rrs.rcv_transaction_id = cxs.source_id_int_1
3637: and (rrs.accounting_event_id is null or rrs.accounting_event_id = cxs.source_id_int_2)