DBA Data[Home] [Help]

APPS.PO_LOCATIONS_S dependencies on PO_LOCATIONS_S

Line 1: PACKAGE BODY PO_LOCATIONS_S AS

1: PACKAGE BODY PO_LOCATIONS_S AS
2: /* $Header: POXCOL2B.pls 120.2 2005/09/15 05:11:11 asista noship $*/
3:
4: -- Read the profile option that enables/disables the debug log
5: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_RVCTP_ENABLE_TRACE'),'N');

Line 9: PACKAGE BODY PO_LOCATIONS_S IS

5: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_RVCTP_ENABLE_TRACE'),'N');
6:
7: /* create client package body */
8: /*
9: PACKAGE BODY PO_LOCATIONS_S IS
10: */
11:
12: /* local procedure - added for hz_location changes : bug 1942696 */
13: PROCEDURE validate_hz_loc_info(p_loc_record IN OUT NOCOPY RCV_SHIPMENT_OBJECT_SV.Location_id_record_type);

Line 1002: hr_utility.set_location('PO_LOCATIONS_S.PO_PREDEL_VALIDATION', 1);

998: l_msg VARCHAR2(30);
999:
1000: BEGIN
1001:
1002: hr_utility.set_location('PO_LOCATIONS_S.PO_PREDEL_VALIDATION', 1);
1003:
1004: BEGIN
1005:
1006: -- we will do an exhaustive search in all the base tables with some

Line 1260: END PO_LOCATIONS_S;

1256:
1257: END PO_PREDEL_VALIDATION;
1258:
1259:
1260: END PO_LOCATIONS_S;