DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on PJM_ORG_PARAMETERS

Line 2170: from pjm_org_parameters pop

2166: and (mta.gl_batch_id > 0
2167: or mta.gl_batch_id = -1
2168: and not exists (
2169: select null
2170: from pjm_org_parameters pop
2171: where pop.organization_id = mta.organization_id
2172: and pop.pa_posting_flag = 'Y'
2173: and exists (
2174: select 1

Line 2971: from pjm_org_parameters pop

2967: and (wta.gl_batch_id > 0
2968: or wta.gl_batch_id = -1
2969: and not exists
2970: (select null
2971: from pjm_org_parameters pop
2972: where pop.organization_id = wta.organization_id
2973: and pop.pa_posting_flag = 'Y')
2974:
2975: )