DBA Data[Home] [Help]

APPS.CN_RULE_PUB dependencies on GL_CODE_COMBINATIONS

Line 297: FROM gl_code_combinations

293: THEN
294:
295: SELECT count(1)
296: INTO l_count
297: FROM gl_code_combinations
298: WHERE code_combination_id = l_rule_rec.expense_ccid;
299:
300: IF l_count = 0
301: THEN

Line 321: FROM gl_code_combinations

317: THEN
318:
319: SELECT count(1)
320: INTO l_count
321: FROM gl_code_combinations
322: WHERE code_combination_id = l_rule_rec.liability_ccid;
323:
324: IF l_count = 0
325: THEN

Line 969: FROM gl_code_combinations

965: THEN
966:
967: SELECT count(1)
968: INTO l_count
969: FROM gl_code_combinations
970: WHERE code_combination_id = l_rule_rec.expense_ccid;
971:
972: IF l_count = 0
973: THEN

Line 992: FROM gl_code_combinations

988: THEN
989:
990: SELECT count(1)
991: INTO l_count
992: FROM gl_code_combinations
993: WHERE code_combination_id = l_rule_rec.liability_ccid;
994:
995: IF l_count = 0
996: THEN