DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on PJM_ORG_PARAMETERS

Line 1914: from pjm_org_parameters pop

1910: and (mta.gl_batch_id > 0
1911: or mta.gl_batch_id = -1
1912: and not exists (
1913: select null
1914: from pjm_org_parameters pop
1915: where pop.organization_id = mta.organization_id
1916: and pop.pa_posting_flag = 'Y'
1917: and exists (
1918: select 1

Line 2715: from pjm_org_parameters pop

2711: and (wta.gl_batch_id > 0
2712: or wta.gl_batch_id = -1
2713: and not exists
2714: (select null
2715: from pjm_org_parameters pop
2716: where pop.organization_id = wta.organization_id
2717: and pop.pa_posting_flag = 'Y')
2718:
2719: )