DBA Data[Home] [Help]

APPS.PA_REVENUE_AMT dependencies on GL_CODE_COMBINATIONS

Line 1090: FROM gl_code_combinations

1086: BEGIN
1087:
1088: SELECT 'x'
1089: INTO l_dummy
1090: FROM gl_code_combinations
1091: WHERE code_combination_id = P_Rec_ccid;
1092:
1093: SELECT 'x'
1094: INTO l_dummy

Line 1095: FROM gl_code_combinations

1091: WHERE code_combination_id = P_Rec_ccid;
1092:
1093: SELECT 'x'
1094: INTO l_dummy
1095: FROM gl_code_combinations
1096: WHERE code_combination_id = P_Rev_ccid;
1097:
1098: IF P_ou_reval_flag ='Y' then
1099:

Line 1102: FROM gl_code_combinations

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

Line 1107: FROM gl_code_combinations

1103: WHERE code_combination_id = P_rg_ccid;
1104:
1105: SELECT 'x'
1106: INTO l_dummy
1107: FROM gl_code_combinations
1108: WHERE code_combination_id = P_rl_ccid;
1109:
1110: END IF;
1111: