DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on INV_LOT_API_PKG

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

14966: THEN
14967: IF p_copy_lot_attribute_flag = 'N'
14968: THEN
14969: IF (l_debug = 1) THEN
14970: inv_log_util.trace('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (1) ' , 'INV_TXN_MANAGER_GRP', 9);
14971: END IF;
14972: -- dbms_output.put_line('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (1 )');
14973: /* Default attributes for lot from item master */
14974: -- inv_lot_api_pub.Set_Msi_Default_Attr(p_lot_rec => l_lot_record);

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

14968: THEN
14969: IF (l_debug = 1) THEN
14970: inv_log_util.trace('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (1) ' , 'INV_TXN_MANAGER_GRP', 9);
14971: END IF;
14972: -- dbms_output.put_line('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (1 )');
14973: /* Default attributes for lot from item master */
14974: -- inv_lot_api_pub.Set_Msi_Default_Attr(p_lot_rec => l_lot_record);
14975:
14976: Inv_Lot_API_PKG.Set_Msi_Default_Attr ( p_lot_rec => l_lot_record

Line 14976: Inv_Lot_API_PKG.Set_Msi_Default_Attr ( p_lot_rec => l_lot_record

14972: -- dbms_output.put_line('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (1 )');
14973: /* Default attributes for lot from item master */
14974: -- inv_lot_api_pub.Set_Msi_Default_Attr(p_lot_rec => l_lot_record);
14975:
14976: Inv_Lot_API_PKG.Set_Msi_Default_Attr ( p_lot_rec => l_lot_record
14977: , x_return_status => l_return_status
14978: , x_msg_count => l_msg_count
14979: , x_msg_data => l_msg_data);
14980:

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

15044: END IF;
15045: Else
15046: -- dbms_output.put_line('Parent lot does not EXISTS, default from item ' );
15047: IF (l_debug = 1) THEN
15048: inv_log_util.trace('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (2) ' , 'INV_TXN_MANAGER_GRP', 9);
15049: END IF;
15050:
15051: /* new parent lot , default from item master */
15052:

Line 15053: Inv_Lot_API_PKG.Set_Msi_Default_Attr (

15049: END IF;
15050:
15051: /* new parent lot , default from item master */
15052:
15053: Inv_Lot_API_PKG.Set_Msi_Default_Attr (
15054: p_lot_rec => l_lot_record
15055: , x_return_status => l_return_status
15056: , x_msg_count => l_msg_count
15057: , x_msg_data => l_msg_data

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

15078: -- dbms_output.put_line('lot is new and Item is not child lot enabled ' );
15079: /* lot is new and Item is not child lot enabled */
15080:
15081: IF (l_debug = 1) THEN
15082: inv_log_util.trace('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (3) ' , 'INV_TXN_MANAGER_GRP', 9);
15083: END IF;
15084:
15085: Inv_Lot_API_PKG.Set_Msi_Default_Attr (
15086: p_lot_rec => l_lot_record

Line 15085: Inv_Lot_API_PKG.Set_Msi_Default_Attr (

15081: IF (l_debug = 1) THEN
15082: inv_log_util.trace('Calling Inv_Lot_API_PKG.Set_Msi_Default_Attr (3) ' , 'INV_TXN_MANAGER_GRP', 9);
15083: END IF;
15084:
15085: Inv_Lot_API_PKG.Set_Msi_Default_Attr (
15086: p_lot_rec => l_lot_record
15087: , x_return_status => l_return_status
15088: , x_msg_count => l_msg_count
15089: , x_msg_data => l_msg_data