DBA Data[Home] [Help]

APPS.GML_ACCT_GENERATE dependencies on SY_ORGN_MST

Line 30: P_whse_co_code sy_orgn_mst.co_code%TYPE;

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;
31: P_whse_orgn_code sy_orgn_mst.orgn_code%TYPE;
32: P_cust_id NUMBER;
33: P_reason_code VARCHAR2(10);
34: P_cust_gl_class op_cust_mst.CUSTGL_CLASS%TYPE;

Line 31: P_whse_orgn_code sy_orgn_mst.orgn_code%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;
31: P_whse_orgn_code sy_orgn_mst.orgn_code%TYPE;
32: P_cust_id NUMBER;
33: P_reason_code VARCHAR2(10);
34: P_cust_gl_class op_cust_mst.CUSTGL_CLASS%TYPE;
35: P_routing_id NUMBER;