DBA Data[Home] [Help]

APPS.MRP_SOURCING_RULE_PVT dependencies on MRP_SOURCING_RULE_HANDLERS

Line 62: l_old_Sourcing_Rule_rec := MRP_Sourcing_Rule_Handlers.Query_Row

58:
59: IF l_old_Sourcing_Rule_rec.Sourcing_Rule_Id = FND_API.G_MISS_NUM
60: THEN
61:
62: l_old_Sourcing_Rule_rec := MRP_Sourcing_Rule_Handlers.Query_Row
63: ( p_Sourcing_Rule_Id => l_Sourcing_Rule_rec.Sourcing_Rule_Id
64: );
65:
66: ELSE

Line 187: MRP_Sourcing_Rule_Handlers.Delete_Row

183: IF l_control_rec.write_to_db THEN
184:
185: IF l_Sourcing_Rule_rec.operation = MRP_Globals.G_OPR_DELETE THEN
186:
187: MRP_Sourcing_Rule_Handlers.Delete_Row
188: ( p_Sourcing_Rule_Id => l_Sourcing_Rule_rec.Sourcing_Rule_Id
189: );
190:
191: ELSE

Line 201: MRP_Sourcing_Rule_Handlers.Update_Row (l_Sourcing_Rule_rec);

197: l_Sourcing_Rule_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
198:
199: IF l_Sourcing_Rule_rec.operation = MRP_Globals.G_OPR_UPDATE THEN
200:
201: MRP_Sourcing_Rule_Handlers.Update_Row (l_Sourcing_Rule_rec);
202:
203: ELSIF l_Sourcing_Rule_rec.operation = MRP_Globals.G_OPR_CREATE THEN
204:
205: l_Sourcing_Rule_rec.creation_date := SYSDATE;

Line 208: MRP_Sourcing_Rule_Handlers.Insert_Row (l_Sourcing_Rule_rec);

204:
205: l_Sourcing_Rule_rec.creation_date := SYSDATE;
206: l_Sourcing_Rule_rec.created_by := FND_GLOBAL.USER_ID;
207:
208: MRP_Sourcing_Rule_Handlers.Insert_Row (l_Sourcing_Rule_rec);
209:
210: END IF;
211:
212: END IF;

Line 1549: MRP_Sourcing_Rule_Handlers.Lock_Row

1545: -- Lock Sourcing_Rule
1546:
1547: IF p_Sourcing_Rule_rec.operation = MRP_Globals.G_OPR_LOCK THEN
1548:
1549: MRP_Sourcing_Rule_Handlers.Lock_Row
1550: ( p_Sourcing_Rule_rec => p_Sourcing_Rule_rec
1551: , x_Sourcing_Rule_rec => x_Sourcing_Rule_rec
1552: , x_return_status => l_return_status
1553: );

Line 1737: l_Sourcing_Rule_rec := MRP_Sourcing_Rule_Handlers.Query_Row

1733: END IF;
1734:
1735: -- Get Sourcing_Rule
1736:
1737: l_Sourcing_Rule_rec := MRP_Sourcing_Rule_Handlers.Query_Row
1738: ( p_Sourcing_Rule_Id => p_Sourcing_Rule_Id
1739: );
1740:
1741: -- Get Receiving_Org ( parent = Sourcing_Rule )