DBA Data[Home] [Help]

APPS.INV_STATUS_PKG dependencies on INV_STATUS_PKG

Line 1: PACKAGE BODY INV_STATUS_PKG AS

1: PACKAGE BODY INV_STATUS_PKG AS
2: /* $Header: INVUPMSB.pls 120.17.12010000.1 2008/07/24 01:50:57 appldev ship $ */
3:
4: -- START SCHANDRU INVERES
5: function get_from_status_code ( p_org_id in number default null,

Line 85: p_module => 'INV_STATUS_PKG',

81:
82: IF (l_debug = 1) THEN
83: inv_mobile_helper_functions.tracelog
84: (p_err_msg => l_msg,
85: p_module => 'INV_STATUS_PKG',
86: p_level => 4);
87: END IF;
88:
89: --dbms_output.put_line(msg);

Line 697: mdebug('before INV_STATUS_PKG.invoke_reason_wf');

693: -- invoke workflow to process the update
694: if p_sub_status_id >0 or p_loc_status_id >0 or
695: p_lot_status_id >0 or p_serial_status_id >0 or p_onhand_status_id > 0 then
696: IF (l_debug = 1) THEN
697: mdebug('before INV_STATUS_PKG.invoke_reason_wf');
698: END IF;
699:
700: INV_STATUS_PKG.invoke_reason_wf(
701: p_update_method

Line 700: INV_STATUS_PKG.invoke_reason_wf(

696: IF (l_debug = 1) THEN
697: mdebug('before INV_STATUS_PKG.invoke_reason_wf');
698: END IF;
699:
700: INV_STATUS_PKG.invoke_reason_wf(
701: p_update_method
702: , p_organization_id
703: , p_inventory_item_id
704: , p_sub_code

Line 725: mdebug('after INV_STATUS_PKG.invoke_reason_wf');

721: , x_Status
722: , x_Message
723: );
724: IF (l_debug = 1) THEN
725: mdebug('after INV_STATUS_PKG.invoke_reason_wf');
726: END IF;
727: end if;
728: IF (l_debug = 1) THEN
729: mdebug('x_status: '||x_status);

Line 1391: END INV_STATUS_PKG;

1387: mdebug('Exception occured so returning M');
1388: RETURN 'M';
1389: END get_mixed_status_serial;
1390: --end of bug 6952533
1391: END INV_STATUS_PKG;