DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on GL_LEDGERS

Line 2665: gl_ledgers sob,

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,
2667: org_gl_batches ogb,
2668: cst_xla_seq_gt cxs
2669: where mta.transaction_id = cxs.source_id_int_1

Line 3378: gl_ledgers sob,

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,
3380: org_gl_batches ogb,
3381: cst_xla_seq_gt cxs
3382: where wta.transaction_id=cxs.source_id_int_1

Line 3547: gl_ledgers sob,

3543: DECODE(l_multi_org_flag,'Y',TO_NUMBER(HOI2.ORG_INFORMATION3),TO_NUMBER(NULL)))
3544: from rcv_transactions rt,
3545: rcv_accounting_events rae,
3546: hr_organization_information hoi2,
3547: gl_ledgers sob,
3548: (select /*+ no_merge leading(rrs) use_hash(xud) swap_join_inputs(xud) */
3549: distinct rcv_transaction_id,
3550: accounting_event_id
3551: from xla_upgrade_dates xud,