DBA Data[Home] [Help]

APPS.PV_PROCESS_RULE_PVT dependencies on PV_ENTYROUT_PVT

Line 805: PV_entyrout_PVT.Delete_entyrout(

801: exit when lc_get_entity_routing%notfound;
802:
803: l_entyrout_rec.entity_routing_id := l_entity_routing_id;
804:
805: PV_entyrout_PVT.Delete_entyrout(
806: P_Api_Version_Number => 2.0,
807: P_Init_Msg_List => FND_API.G_FALSE,
808: P_Commit => p_commit,
809: P_Validation_Level => p_Validation_Level,

Line 1283: PV_ENTYROUT_PVT.Create_entyrout(p_api_version_number,p_Init_Msg_List,p_Commit,p_validation_level,

1279: FOR V_Get_entity_routings IN C_Get_entity_routings(P_PROCESS_RULE_Rec.Process_Rule_Id) LOOP
1280: if C_Get_entity_routings%found then
1281: V_Get_entity_routings.process_rule_id := x_PROCESS_RULE_ID;
1282: V_Get_entity_routings.ENTITY_ROUTING_ID := null;
1283: PV_ENTYROUT_PVT.Create_entyrout(p_api_version_number,p_Init_Msg_List,p_Commit,p_validation_level,
1284: P_Identity_Resource_Id,V_Get_entity_routings,x_entity_routing_id,x_Return_Status,
1285: x_Msg_Count,x_Msg_Data);
1286: end if;
1287: END LOOP;