DBA Data[Home] [Help]

APPS.PJM_PROJECT_PARAM_PUB dependencies on WIP_PARAMETERS

Line 107: FROM wip_parameters wp

103: AND m.organization_id = p.organization_id;
104:
105: CURSOR wac ( X_organization_id NUMBER ) IS
106: SELECT default_discrete_class
107: FROM wip_parameters wp
108: WHERE organization_id = X_organization_id
109: AND NOT ( P_param_data.cost_group_id is not null
110: AND NOT EXISTS (
111: SELECT null