DBA Data[Home] [Help]

APPS.PAY_PGA_BUS dependencies on GL_CODE_COMBINATIONS

Line 361: from gl_code_combinations

357: ) is
358: --
359: cursor csr_gl_account_id is
360: select null
361: from gl_code_combinations
362: where code_combination_id = p_gl_account_id;
363: --
364: l_exists varchar2(1);
365: --