DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on GL_CODE_COMBINATIONS

Line 2383: gl_code_combinations gcc,

2379: else null
2380: end exists_14
2381: from mtl_transaction_accounts mta,
2382: mtl_material_transactions mmt,
2383: gl_code_combinations gcc,
2384: mtl_parameters mp,
2385: hr_organization_information hoi2,
2386: gl_ledgers sob,
2387: org_acct_periods oap,

Line 3077: GL_CODE_COMBINATIONS gcc,

3073: cem.event_class_code event_class_code
3074: from wip_transaction_accounts wta,
3075: cst_xla_wip_event_map cem,
3076: wip_transactions wt,
3077: GL_CODE_COMBINATIONS gcc,
3078: mtl_parameters mp,
3079: HR_ORGANIZATION_INFORMATION HOI2,
3080: gl_ledgers sob,
3081: ORG_ACCT_PERIODS oap,

Line 3634: GL_CODE_COMBINATIONS gcc,

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)
3638: and rrs.ENCUMBRANCE_TYPE_ID is null