DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on GL_CODE_COMBINATIONS

Line 2662: gl_code_combinations gcc,

2658: else null
2659: end exists_14
2660: from mtl_transaction_accounts mta,
2661: mtl_material_transactions mmt,
2662: gl_code_combinations gcc,
2663: mtl_parameters mp,
2664: hr_organization_information hoi2,
2665: gl_ledgers sob,
2666: org_acct_periods oap,

Line 3375: GL_CODE_COMBINATIONS gcc,

3371: cem.event_class_code event_class_code
3372: from wip_transaction_accounts wta,
3373: cst_xla_wip_event_map cem,
3374: wip_transactions wt,
3375: GL_CODE_COMBINATIONS gcc,
3376: mtl_parameters mp,
3377: HR_ORGANIZATION_INFORMATION HOI2,
3378: gl_ledgers sob,
3379: ORG_ACCT_PERIODS oap,

Line 3922: GL_CODE_COMBINATIONS gcc,

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*/
3926: and rrs.ENCUMBRANCE_TYPE_ID is null