DBA Data[Home] [Help]

APPS.OKL_POX_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 732: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'OKL_POOL_TRANSACTION_TYPE',

728: RAISE G_EXCEPTION_HALT_VALIDATION;
729: END IF;
730:
731: --Check if transaction_type exists in the fnd_common_lookups or not
732: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'OKL_POOL_TRANSACTION_TYPE',
733: p_lookup_code => p_transaction_type);
734:
735:
736: IF (l_found <> OKL_API.G_TRUE ) THEN

Line 777: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'OKL_POOL_TRANSACTION_REASON',

773: RAISE G_EXCEPTION_HALT_VALIDATION;
774: END IF;
775:
776: --Check if transaction_reason exists in the fnd_common_lookups or not
777: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'OKL_POOL_TRANSACTION_REASON',
778: p_lookup_code => p_transaction_reason);
779:
780:
781: IF (l_found <> OKL_API.G_TRUE ) THEN

Line 822: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'OKL_POOL_TRANSACTION_STATUS',

818: RAISE G_EXCEPTION_HALT_VALIDATION;
819: END IF;
820:
821: --Check if transaction_status exists in the fnd_common_lookups or not
822: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'OKL_POOL_TRANSACTION_STATUS',
823: p_lookup_code => p_transaction_status);
824:
825:
826: IF (l_found <> OKL_API.G_TRUE ) THEN