DBA Data[Home] [Help]

APPS.GML_PO_GLDIST dependencies on GL_LEDG_MAP

Line 477: FROM gl_ledg_map

473: and delete_mark = 0;
474:
475: CURSOR Cur_ledg_code IS
476: SELECT ledger_code
477: FROM gl_ledg_map
478: WHERE co_code = P_co_code and
479: (orgn_code = P_orgn_code or orgn_code IS NULL) and
480: delete_mark = 0;
481: