DBA Data[Home] [Help]

APPS.INV_CONSIGNED_VALIDATIONS dependencies on INV_CONSIGNED_VALIDATIONS

Line 1: PACKAGE BODY INV_CONSIGNED_VALIDATIONS AS

1: PACKAGE BODY INV_CONSIGNED_VALIDATIONS AS
2: /* $Header: INVVMILB.pls 120.4.12010000.3 2008/12/03 11:05:15 rkatoori ship $ */
3:
4: /*****************
5: * Private API *

Line 1400: INV_CONSIGNED_VALIDATIONS.get_consigned_quantity

1396: debug_print('entering old get_consigned_quantity');
1397:
1398: -- invConv changes begin:
1399: -- Calling the new get_consigned_quantity:
1400: INV_CONSIGNED_VALIDATIONS.get_consigned_quantity
1401: ( x_return_status => x_return_status
1402: , x_return_msg => x_return_msg
1403: , p_tree_mode => p_tree_mode
1404: , p_organization_id => p_organization_id

Line 1656: inv_consigned_validations.query_vmi_consigned(

1652:
1653: IF (l_debug = 1) THEN
1654: inv_log_util.trace('Query consigned temp table for l_vcoh','CONSIGNED_VALIDATIONS',9);
1655: END IF;
1656: inv_consigned_validations.query_vmi_consigned(
1657: x_return_status => x_return_status
1658: , x_msg_count => l_msg_count
1659: , x_msg_data => l_msg_data
1660: , p_organization_id => p_organization_id

Line 2097: inv_log_util.trace('Other error in inv_consigned_validations.check_pending_transactions','CONSIGNED_VALIDATIONS',9);

2093: END IF;
2094: EXCEPTION
2095: WHEN others THEN
2096: IF (l_debug = 1) THEN
2097: inv_log_util.trace('Other error in inv_consigned_validations.check_pending_transactions','CONSIGNED_VALIDATIONS',9);
2098: END IF;
2099: RETURN 'N';
2100: END check_pending_transactions ;
2101:

Line 4381: END INV_CONSIGNED_VALIDATIONS;

4377: RETURN;
4378: END GET_CONSIGNED_LPN_QUANTITY;
4379:
4380:
4381: END INV_CONSIGNED_VALIDATIONS;