DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on GL_LEDGERS

Line 2386: gl_ledgers sob,

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,
2388: org_gl_batches ogb,
2389: cst_xla_seq_gt cxs
2390: where mta.transaction_id = cxs.source_id_int_1

Line 3080: gl_ledgers sob,

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,
3082: org_gl_batches ogb,
3083: cst_xla_seq_gt cxs
3084: where wta.transaction_id=cxs.source_id_int_1

Line 3272: gl_ledgers sob,

3268: DECODE(l_multi_org_flag,'Y',TO_NUMBER(HOI2.ORG_INFORMATION3),TO_NUMBER(NULL)))
3269: from rcv_transactions rt,
3270: rcv_accounting_events rae,
3271: hr_organization_information hoi2,
3272: gl_ledgers sob,
3273: (select /*+ no_merge leading(rrs) use_hash(xud) swap_join_inputs(xud) */
3274: distinct rcv_transaction_id
3275: from xla_upgrade_dates xud,
3276: rcv_receiving_sub_ledger rrs