DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on CST_XLA_RCV_EVENT_MAP

Line 3921: cst_xla_rcv_event_map cem,

3917: rrs.USSGL_TRANSACTION_CODE USSGL_TRANSACTION_CODE,
3918: decode(gcc.reference3,'Y', 'P', null) CONTROL_BALANCE_FLAG,
3919: cem.event_class_code event_class_code
3920: from rcv_receiving_sub_ledger rrs,
3921: cst_xla_rcv_event_map cem,
3922: GL_CODE_COMBINATIONS gcc,
3923: cst_xla_seq_gt cxs
3924: where rrs.rcv_transaction_id = cxs.source_id_int_1
3925: and nvl(rrs.accounting_event_id,-1) = nvl(cxs.source_id_int_2,-1) /*Bug 12538372*/