DBA Data[Home] [Help]

APPS.WMS_UCC_128_PVT dependencies on INV_VALIDATE

Line 96: -- IN: p_org IN INV_VALIDATE.ORG Optional

92: -- SUBTYPE to pass in and retrieve UCC128 attributes from
93: -- MTL_PARAMETERS. It is required that the organization_id
94: -- parameter in this subtype is populated if the p_org
95: -- input parameter is not used
96: -- IN: p_org IN INV_VALIDATE.ORG Optional
97: -- If a properly validated org rec type is available, it
98: -- can be passed to this API to return the values in the
99: -- UCC128RecType. In this case this api serves as an
100: -- abstraction layer to prevent compile time dependencies

Line 107: , p_org IN INV_VALIDATE.ORG := NULL

103:
104: PROCEDURE Get_UCC_128_Attributes (
105: x_return_status OUT NOCOPY VARCHAR2
106: , x_ucc_128_attributes IN OUT NOCOPY UCC_128_Attributes
107: , p_org IN INV_VALIDATE.ORG := NULL
108: );
109:
110: END WMS_UCC_128_PVT;