DBA Data[Home] [Help]

APPS.OKE_DTS_INTEGRATION_PKG dependencies on PJM_ORG_PARAMETERS

Line 1121: from pjm_org_parameters

1117: select 'OKE_TASK_REQUIRED'
1118: from dual
1119: where not exists (
1120: select 'Task Reference OK'
1121: from pjm_org_parameters
1122: where organization_id = l_inv_org_id
1123: and not ( project_control_level = 2
1124: and l_task_id is null )
1125: );