DBA Data[Home] [Help]

APPS.MRP_REL_WF dependencies on PJM_PROJECT

Line 197: -- pjm_project.validate_proj_references requires correct org/resp/operating

193: END LOOP;
194: CLOSE supply_cursor;
195:
196: -- process the data
197: -- pjm_project.validate_proj_references requires correct org/resp/operating
198: --unit setup
199: -- can not use init_source because pjm requires only Project Manufacturing
200: --specific resp and application set up.
201: select user_id

Line 234: pjm_project.validate_proj_references(l_supply_info_data(a).organization_id,

230: -- loop through the supplies to identify which
231: -- supply has invalid project_id
232: for a in 1 .. l_supply_info_data.COUNT LOOP
233: l_valid :=
234: pjm_project.validate_proj_references(l_supply_info_data(a).organization_id,
235: l_supply_info_data(a).project_id,
236: l_supply_info_data(a).task_id,
237: l_supply_info_data(a).start_date,
238: null, -- completion_date

Line 303: -- pjm_project.validate_proj_references requires correct org/resp/operating unit setup

299:
300: BEGIN
301:
302: -- This procedure is called by the procedure in the server.
303: -- pjm_project.validate_proj_references requires correct org/resp/operating unit setup
304: -- can not use init_source because pjm requires only Project Manufacturing specific resp and application set up.
305:
306: select user_id
307: INTO l_user_id

Line 339: 'BEGIN :p_valid := pjm_project.validate_proj_references(

335: FND_CLIENT_INFO.set_org_context(to_char(l_operating_unit_id)); --3983540
336:
337:
338: sql_stmt :=
339: 'BEGIN :p_valid := pjm_project.validate_proj_references(
340: :p_org,
341: :p_project_id,
342: :p_task_id,
343: :p_start_date,