DBA Data[Home] [Help]

APPS.AP_VENDOR_PUB_PKG dependencies on GL_CODE_COMBINATIONS

Line 719: l_ccid gl_code_combinations.Code_Combination_Id%TYPE;

715: x_valid OUT NOCOPY BOOLEAN
716: )
717:
718: IS
719: l_ccid gl_code_combinations.Code_Combination_Id%TYPE;
720:
721: BEGIN
722: x_valid := TRUE;
723:

Line 729: FROM GL_CODE_COMBINATIONS GCC, GL_SETS_OF_BOOKS GSOB

725:
726: Begin
727: SELECT GCC.code_combination_id
728: INTO l_ccid
729: FROM GL_CODE_COMBINATIONS GCC, GL_SETS_OF_BOOKS GSOB
730: WHERE GCC.code_combination_id = p_ccid
731: AND GCC.account_type = 'L'
732: AND GCC.enabled_flag = 'Y'
733: AND GCC.detail_posting_allowed_flag = 'Y'

Line 750: FROM GL_CODE_COMBINATIONS GCC, GL_SETS_OF_BOOKS GSOB

746: ELSE
747: Begin
748: SELECT GCC.code_combination_id
749: INTO l_ccid
750: FROM GL_CODE_COMBINATIONS GCC, GL_SETS_OF_BOOKS GSOB
751: WHERE GCC.code_combination_id = p_ccid
752: AND GCC.enabled_flag = 'Y'
753: AND GCC.detail_posting_allowed_flag = 'Y'
754: AND GCC.chart_of_accounts_id = GSOB.chart_of_accounts_id