DBA Data[Home] [Help]

APPS.WIP_WOL_PROCESSOR dependencies on PJM_PROJECT_LOCATOR

Line 104: IF (pjm_project_locator.Check_ItemLocatorControl(p_organization_id,

100: FETCH c1 INTO l_peg_flag;
101: CLOSE c1;
102:
103: IF ( l_peg_flag IN ( 'I' , 'X' ) ) THEN
104: IF (pjm_project_locator.Check_ItemLocatorControl(p_organization_id,
105: p_supply_sub, p_supply_loc_id, p_item_id, 0)) THEN
106:
107: pjm_project_locator.Get_DefaultProjectLocator(p_organization_id,
108: p_supply_loc_id,

Line 107: pjm_project_locator.Get_DefaultProjectLocator(p_organization_id,

103: IF ( l_peg_flag IN ( 'I' , 'X' ) ) THEN
104: IF (pjm_project_locator.Check_ItemLocatorControl(p_organization_id,
105: p_supply_sub, p_supply_loc_id, p_item_id, 0)) THEN
106:
107: pjm_project_locator.Get_DefaultProjectLocator(p_organization_id,
108: p_supply_loc_id,
109: p_project_id,
110: p_task_id,
111: l_loc_id);

Line 114: pjm_project_locator.Get_DefaultProjectLocator(p_organization_id,

110: p_task_id,
111: l_loc_id);
112: END IF;
113: ELSE
114: pjm_project_locator.Get_DefaultProjectLocator(p_organization_id,
115: p_supply_loc_id,
116: NULL,
117: NULL,
118: l_loc_id);

Line 135: --copy of pjm_project_locator.Get_Flow_ProjectSupply (PJMPLOC[S,B].pls)

131: return(TRUE);
132: END Get_Component_ProjectSupply;
133:
134: /* not currently used
135: --copy of pjm_project_locator.Get_Flow_ProjectSupply (PJMPLOC[S,B].pls)
136: FUNCTION generateLocatorIDs(p_header_id IN NUMBER,
137: p_org_id IN NUMBER,
138: p_wip_entity_id IN NUMBER,
139: p_project_id IN NUMBER,