DBA Data[Home] [Help]

APPS.INVIDIT2 dependencies on INVIDIT2

Line 1: PACKAGE BODY INVIDIT2 AS

1: PACKAGE BODY INVIDIT2 AS
2: /* $Header: INVIDI2B.pls 120.6 2008/08/07 09:03:49 rmpartha ship $ */
3:
4: -- After inserting an item:
5: -- insert into mtl_pending_item_status

Line 1624: INVIDIT2.Insert_Costing_Category(X_item_id, X_org_id);

1620: BEGIN
1621:
1622: if (X_inv_install = 401) then
1623:
1624: INVIDIT2.Insert_Costing_Category(X_item_id, X_org_id);
1625:
1626: select primary_cost_method
1627: into cost_method
1628: from mtl_parameters

Line 1939: END INVIDIT2;

1935: END IF;
1936:
1937: END Insert_Default_SubInventories;
1938:
1939: END INVIDIT2;