DBA Data[Home] [Help]

APPS.GML_ACCT_GENERATE dependencies on IC_ITEM_MST

Line 26: P_itemglclass ic_item_mst.GL_CLASS%TYPE;

22: PROCEDURE get_acct_no(V_acct_no OUT NOCOPY VARCHAR2, V_acct_desc OUT NOCOPY VARCHAR2);
23:
24:
25: /* Package Variables.*/
26: P_itemglclass ic_item_mst.GL_CLASS%TYPE;
27: P_acctg_unit_id NUMBER;
28: P_base_currency gl_curr_mst.CURRENCY_CODE%TYPE;
29: P_vend_gl_class po_vend_mst.VENDGL_CLASS%TYPE;
30: P_whse_co_code sy_orgn_mst.co_code%TYPE;

Line 46: P_item_no ic_item_mst.item_no%TYPE;

42: P_order_type VARCHAR2(5);
43: P_sub_event_type NUMBER(10) DEFAULT 10010;
44: P_shipvend_id NUMBER;
45: P_to_whse ic_whse_mst.whse_code%TYPE;
46: P_item_no ic_item_mst.item_no%TYPE;
47: P_gl_item_id NUMBER(10);
48: P_acct_id NUMBER (10);
49: P_acctg_unit_no gl_accu_mst.ACCTG_UNIT_NO%TYPE;
50: P_acct_no gl_acct_mst.ACCT_NO%TYPE;