DBA Data[Home] [Help]

APPS.GML_ACCT_GENERATE dependencies on GL_CURR_MST

Line 207: x_base_currency gl_curr_mst.CURRENCY_CODE%TYPE;

203: --#**************************************************************************/
204: PROCEDURE get_opm_account(v_dest_org_id NUMBER, v_apps_item_id NUMBER,
205: v_vendor_site_id NUMBER, v_opm_account_type VARCHAR2,
206: retcode IN OUT NOCOPY NUMBER) AS
207: x_base_currency gl_curr_mst.CURRENCY_CODE%TYPE;
208: x_item_gl_class ic_item_mst.GL_CLASS%TYPE;
209: x_vend_gl_class po_vend_mst.VENDGL_CLASS%TYPE;
210: x_whse_co_code sy_orgn_mst.co_code%TYPE;
211: x_whse_orgn_code sy_orgn_mst.orgn_code%TYPE;