DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV1 dependencies on RCV_TRANSACTIONS_INTERFACE_SV1

Line 1: PACKAGE BODY rcv_transactions_interface_sv1 AS

1: PACKAGE BODY rcv_transactions_interface_sv1 AS
2: /* $Header: RCVTIS2B.pls 120.0 2005/06/01 16:48:29 appldev noship $*/
3:
4: -- Read the profile option that enables/disables the debug log
5: g_asn_debug VARCHAR2(1) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');

Line 1685: x_att_rec IN OUT NOCOPY RCV_TRANSACTIONS_INTERFACE_SV1.attributes_record_type ,

1681:
1682: PROCEDURE VALIDATE_SECONDARY_PARAMETERS(
1683: p_api_version IN NUMBER ,
1684: p_init_msg_lst IN VARCHAR2 ,
1685: x_att_rec IN OUT NOCOPY RCV_TRANSACTIONS_INTERFACE_SV1.attributes_record_type ,
1686: x_return_status OUT NOCOPY VARCHAR2 ,
1687: x_msg_count OUT NOCOPY NUMBER ,
1688: x_msg_data OUT NOCOPY VARCHAR2
1689: )

Line 1723: asn_debug.put_line('FND_API not compatible rcv_transactions_interface_sv1.VALIDATE_SECONDARY_PARAMETERS'||l_progress);

1719: 'PO_VALIDATE_PARAMETERS'
1720: ) THEN
1721: l_progress :='0002';
1722: IF (g_asn_debug = 'Y') THEN
1723: asn_debug.put_line('FND_API not compatible rcv_transactions_interface_sv1.VALIDATE_SECONDARY_PARAMETERS'||l_progress);
1724: END IF;
1725: END IF;
1726:
1727: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 1746: asn_debug.put_line('Inside rcv_transactions_interface_sv1.VALIDATE_SECONDARY_PARAMETERS:' || l_progress);

1742:
1743: BEGIN
1744: l_progress :='0003';
1745: IF (g_asn_debug = 'Y') THEN
1746: asn_debug.put_line('Inside rcv_transactions_interface_sv1.VALIDATE_SECONDARY_PARAMETERS:' || l_progress);
1747: END IF;
1748:
1749: -------Checking if the item is dual UOM controlled. If not then Return .
1750: SELECT tracking_quantity_ind , secondary_default_ind

Line 2178: END rcv_transactions_interface_sv1;

2174:
2175: END VALIDATE_SECONDARY_PARAMETERS;
2176:
2177: /* */
2178: END rcv_transactions_interface_sv1;
2179:
2180: