DBA Data[Home] [Help]

APPS.GML_ACCT_GENERATE dependencies on GL_ACCU_MAP

Line 462: FROM gl_accu_map

458: FUNCTION get_acctg_unit_no RETURN VARCHAR2 AS
459:
460: CURSOR Cur_acctg_unit_id (vc_orgn_code VARCHAR2) IS
461: SELECT acctg_unit_id
462: FROM gl_accu_map
463: WHERE co_code = P_whse_co_code and
464: (orgn_code = vc_orgn_code or orgn_code IS NULL) and
465: (whse_code = P_to_whse or whse_code IS NULL) and
466: delete_mark = 0