DBA Data[Home] [Help]

APPS.PO_PDOI_DISTRIBUTIONS_SV3 dependencies on GL_CODE_COMBINATIONS

Line 1095: FROM gl_code_combinations gcc

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