DBA Data[Home] [Help]

APPS.OKL_SIY_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 630: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'YES_NO',

626: -- check for data before processing
627: IF (p_siyv_rec.Nominal_Yn IS NOT NULL) AND
628: (p_siyv_rec.Nominal_Yn <> Okc_Api.G_MISS_CHAR) THEN
629: --Check if Nominal_Yn exists in the fnd_common_lookups or not
630: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'YES_NO',
631: p_lookup_code => p_siyv_rec.Nominal_Yn,
632: p_app_id => 0,
633: p_view_app_id => 0);
634:

Line 691: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'YES_NO',

687: -- check for data before processing
688: IF (p_siyv_rec.pre_tax_yn IS NOT NULL) AND
689: (p_siyv_rec.pre_tax_yn <> Okc_Api.G_MISS_CHAR) THEN
690: --Check if pre_tax_yn exists in the fnd_common_lookups or not
691: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'YES_NO',
692: p_lookup_code => p_siyv_rec.pre_tax_yn,
693: p_app_id => 0,
694: p_view_app_id => 0);
695:

Line 756: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'OKL_SIY_TYPE',

752: x_return_status := Okc_Api.G_RET_STS_ERROR;
753: RAISE G_EXCEPTION_HALT_VALIDATION;
754: ELSE
755: --Check if Sfe_Type exists in the fnd_common_lookups or not
756: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'OKL_SIY_TYPE',
757: p_lookup_code => p_siyv_rec.siy_type);
758:
759:
760: IF (l_found <> OKL_API.G_TRUE ) THEN