DBA Data[Home] [Help]

APPS.OKE_DTS_INTEGRATION_PKG dependencies on PJM_ORG_PARAMETERS

Line 1159: from pjm_org_parameters

1155: select 'OKE_TASK_REQUIRED'
1156: from dual
1157: where not exists (
1158: select 'Task Reference OK'
1159: from pjm_org_parameters
1160: where organization_id = l_inv_org_id
1161: and not ( project_control_level = 2
1162: and l_task_id is null )
1163: );