DBA Data[Home] [Help]

APPS.PO_PDOI_DISTRIBUTIONS_SV3 dependencies on GL_CODE_COMBINATIONS

Line 1091: FROM gl_code_combinations gcc

1087:
1088: x_progress := '001';
1089:
1090: SELECT distinct 'Y' into x_valid
1091: FROM gl_code_combinations gcc
1092: WHERE gcc.code_combination_id = x_account_id
1093: AND gcc.enabled_flag = 'Y'
1094: AND trunc(nvl(x_gl_date,SYSDATE)) BETWEEN
1095: trunc(nvl(start_date_active,