DBA Data[Home] [Help]

APPS.OKS_MASSCHANGE_PVT dependencies on GL_CODE_COMBINATIONS_KFV

Line 13283: -- FROM gl_code_combinations_kfv

13279: WHERE id = p_id;
13280:
13281: -- CURSOR get_ccid(p_ccid IN Number) IS
13282: -- SELECT concatenated_segments
13283: -- FROM gl_code_combinations_kfv
13284: -- WHERE code_combination_id = p_ccid;
13285:
13286: CURSOR get_ccid (p_ccid IN NUmber, p_organization_id Number) IS
13287:

Line 13289: From gl_code_combinations_kfv gcck

13285:
13286: CURSOR get_ccid (p_ccid IN NUmber, p_organization_id Number) IS
13287:
13288: SELECT gcck.concatenated_segments
13289: From gl_code_combinations_kfv gcck
13290: , HR_ALL_ORGANIZATION_UNITS HOU
13291: , HR_ORGANIZATION_INFORMATION HOI2
13292: , GL_LEDGERS GSOB
13293: WHERE HOU.ORGANIZATION_ID = HOI2.ORGANIZATION_ID