DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on ORG_GL_BATCHES

Line 2388: org_gl_batches ogb,

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
2391: and mta.organization_id = cxs.source_id_int_2
2392: and nvl(mta.transaction_source_type_id, -1) = nvl(cxs.source_id_int_3, -1)

Line 3082: org_gl_batches ogb,

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
3085: and wt.transaction_id=cxs.source_id_int_1
3086: and nvl(wta.resource_id,-6661)=nvl(cxs.source_id_int_2,-6661)