DBA Data[Home] [Help]

APPS.FUN_BAL_UTILS_GRP dependencies on GL_CODE_COMBINATIONS

Line 770: FROM gl_code_combinations cc

766: gl_date => p_gl_date);
767:
768: SELECT count(1)
769: INTO l_check_ccid
770: FROM gl_code_combinations cc
771: WHERE x_ccid = cc.code_combination_id
772: AND cc.detail_posting_allowed_flag = 'Y'
773: AND cc.enabled_flag = 'Y'
774: AND cc.summary_flag = 'N'

Line 833: FROM gl_code_combinations cc

829: gl_date => p_gl_date);
830:
831: SELECT count(1)
832: INTO l_check_ccid
833: FROM gl_code_combinations cc
834: WHERE x_reciprocal_ccid = cc.code_combination_id
835: AND cc.detail_posting_allowed_flag = 'Y'
836: AND cc.enabled_flag = 'Y'
837: AND cc.summary_flag = 'N'

Line 979: FROM gl_code_combinations cc

975: END IF;
976:
977: SELECT count(1)
978: INTO l_check_ccid
979: FROM gl_code_combinations cc
980: WHERE x_ccid = cc.code_combination_id
981: AND cc.detail_posting_allowed_flag = 'Y'
982: AND cc.enabled_flag = 'Y'
983: AND cc.summary_flag = 'N'

Line 1002: FROM gl_code_combinations cc

998: END IF;
999:
1000: SELECT count(1)
1001: INTO l_check_ccid
1002: FROM gl_code_combinations cc
1003: WHERE x_reciprocal_ccid = cc.code_combination_id
1004: AND cc.detail_posting_allowed_flag = 'Y'
1005: AND cc.enabled_flag = 'Y'
1006: AND cc.summary_flag = 'N'

Line 1450: FROM gl_code_combinations cc

1446: END IF;
1447:
1448: SELECT count(1)
1449: INTO l_check_ccid
1450: FROM gl_code_combinations cc
1451: WHERE x_ccid = cc.code_combination_id
1452: AND cc.detail_posting_allowed_flag = 'Y'
1453: AND cc.enabled_flag = 'Y'
1454: AND cc.summary_flag = 'N'

Line 1472: FROM gl_code_combinations cc

1468: END IF;
1469:
1470: SELECT count(1)
1471: INTO l_check_ccid
1472: FROM gl_code_combinations cc
1473: WHERE x_reciprocal_ccid = cc.code_combination_id
1474: AND cc.detail_posting_allowed_flag = 'Y'
1475: AND cc.enabled_flag = 'Y'
1476: AND cc.summary_flag = 'N'