DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on INV_LOT_API_PKG

Line 15576: inv_log_util.trace('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (1) ' , 'INV_TXN_MANAGER_GRP', 9);

15572: THEN
15573: IF p_copy_lot_attribute_flag = 'N'
15574: THEN
15575: IF (l_debug = 1) THEN
15576: inv_log_util.trace('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (1) ' , 'INV_TXN_MANAGER_GRP', 9);
15577: END IF;
15578: -- dbms_output.put_line('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (1 )');
15579: /* Default attributes for lot from item master */
15580: -- inv_lot_api_pub.Set_Msi_Default_Attr(p_lot_rec => l_lot_record);

Line 15578: -- dbms_output.put_line('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (1 )');

15574: THEN
15575: IF (l_debug = 1) THEN
15576: inv_log_util.trace('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (1) ' , 'INV_TXN_MANAGER_GRP', 9);
15577: END IF;
15578: -- dbms_output.put_line('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (1 )');
15579: /* Default attributes for lot from item master */
15580: -- inv_lot_api_pub.Set_Msi_Default_Attr(p_lot_rec => l_lot_record);
15581:
15582: Inv_Lot_API_PKG.Set_Msi_Default_Attr ( p_lot_rec => l_lot_record

Line 15582: Inv_Lot_API_PKG.Set_Msi_Default_Attr ( p_lot_rec => l_lot_record

15578: -- dbms_output.put_line('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (1 )');
15579: /* Default attributes for lot from item master */
15580: -- inv_lot_api_pub.Set_Msi_Default_Attr(p_lot_rec => l_lot_record);
15581:
15582: Inv_Lot_API_PKG.Set_Msi_Default_Attr ( p_lot_rec => l_lot_record
15583: , x_return_status => l_return_status
15584: , x_msg_count => l_msg_count
15585: , x_msg_data => l_msg_data);
15586:

Line 15654: inv_log_util.trace('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (2) ' , 'INV_TXN_MANAGER_GRP', 9);

15650: END IF;
15651: Else
15652: -- dbms_output.put_line('Parent lot does not EXISTS, default from item ' );
15653: IF (l_debug = 1) THEN
15654: inv_log_util.trace('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (2) ' , 'INV_TXN_MANAGER_GRP', 9);
15655: END IF;
15656:
15657: /* new parent lot , default from item master */
15658:

Line 15659: Inv_Lot_API_PKG.Set_Msi_Default_Attr (

15655: END IF;
15656:
15657: /* new parent lot , default from item master */
15658:
15659: Inv_Lot_API_PKG.Set_Msi_Default_Attr (
15660: p_lot_rec => l_lot_record
15661: , x_return_status => l_return_status
15662: , x_msg_count => l_msg_count
15663: , x_msg_data => l_msg_data

Line 15688: inv_log_util.trace('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (3) ' , 'INV_TXN_MANAGER_GRP', 9);

15684: -- dbms_output.put_line('lot is new and Item is not child lot enabled ' );
15685: /* lot is new and Item is not child lot enabled */
15686:
15687: IF (l_debug = 1) THEN
15688: inv_log_util.trace('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (3) ' , 'INV_TXN_MANAGER_GRP', 9);
15689: END IF;
15690:
15691: Inv_Lot_API_PKG.Set_Msi_Default_Attr (
15692: p_lot_rec => l_lot_record

Line 15691: Inv_Lot_API_PKG.Set_Msi_Default_Attr (

15687: IF (l_debug = 1) THEN
15688: inv_log_util.trace('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (3) ' , 'INV_TXN_MANAGER_GRP', 9);
15689: END IF;
15690:
15691: Inv_Lot_API_PKG.Set_Msi_Default_Attr (
15692: p_lot_rec => l_lot_record
15693: , x_return_status => l_return_status
15694: , x_msg_count => l_msg_count
15695: , x_msg_data => l_msg_data