DBA Data[Home] [Help]

APPS.PA_REVENUE_AMT dependencies on GL_CODE_COMBINATIONS

Line 1085: FROM gl_code_combinations

1081: BEGIN
1082:
1083: SELECT 'x'
1084: INTO l_dummy
1085: FROM gl_code_combinations
1086: WHERE code_combination_id = P_Rec_ccid;
1087:
1088: SELECT 'x'
1089: INTO l_dummy

Line 1090: FROM gl_code_combinations

1086: WHERE code_combination_id = P_Rec_ccid;
1087:
1088: SELECT 'x'
1089: INTO l_dummy
1090: FROM gl_code_combinations
1091: WHERE code_combination_id = P_Rev_ccid;
1092:
1093: IF P_ou_reval_flag ='Y' then
1094:

Line 1097: FROM gl_code_combinations

1093: IF P_ou_reval_flag ='Y' then
1094:
1095: SELECT 'x'
1096: INTO l_dummy
1097: FROM gl_code_combinations
1098: WHERE code_combination_id = P_rg_ccid;
1099:
1100: SELECT 'x'
1101: INTO l_dummy

Line 1102: FROM gl_code_combinations

1098: WHERE code_combination_id = P_rg_ccid;
1099:
1100: SELECT 'x'
1101: INTO l_dummy
1102: FROM gl_code_combinations
1103: WHERE code_combination_id = P_rl_ccid;
1104:
1105: END IF;
1106: