DBA Data[Home] [Help]

APPS.MRP_VALIDATE_SHIPPING_ORG dependencies on MRP_VALIDATE_SHIPPING_ORG

Line 1: PACKAGE BODY MRP_Validate_Shipping_Org AS

1: PACKAGE BODY MRP_Validate_Shipping_Org AS
2: /* $Header: MRPLSHOB.pls 120.1 2005/06/16 11:02:44 ichoudhu noship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'MRP_Validate_Shipping_Org';

2: /* $Header: MRPLSHOB.pls 120.1 2005/06/16 11:02:44 ichoudhu noship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'MRP_Validate_Shipping_Org';
7:
8: -- Procedure Entity
9:
10: PROCEDURE Entity

Line 207: IF NOT MRP_Validate.Shipping_Org

203: ( p_Shipping_Org_rec.Sr_Source_Id <>
204: p_old_Shipping_Org_rec.Sr_Source_Id OR
205: p_old_Shipping_Org_rec.Sr_Source_Id IS NULL ))
206: THEN
207: IF NOT MRP_Validate.Shipping_Org
208: ( p_Shipping_Org_rec.Sr_Source_Id
209: )
210: THEN
211: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1297: END MRP_Validate_Shipping_Org;

1293: RETURN TRUE;
1294:
1295: END Val_Vendor_Site_Id;
1296:
1297: END MRP_Validate_Shipping_Org;