DBA Data[Home] [Help]

APPS.OKS_QP_PKG dependencies on OKC_CURRENCY_API

Line 5252: okc_currency_api.get_ou_currency (l_hdrtop_rec.kh_auth_org);

5248: -- MULTI CURRENCY PRICELIST --
5249: l_control_rec.user_conversion_type := l_hdrtop_rec.kh_conversion_type;
5250: -- Get the Functional currency --
5251: l_control_rec.function_currency :=
5252: okc_currency_api.get_ou_currency (l_hdrtop_rec.kh_auth_org);
5253:
5254: -- If conversion type is 'USER' pass conversion rate to QP
5255: IF UPPER (NVL (l_hdrtop_rec.kh_conversion_type, '!')) = 'USER'
5256: THEN

Line 10000: okc_currency_api.get_ou_currency (l_hdrtop_rec.kh_auth_org);

9996: -- MULTI CURRENCY PRICELIST --
9997: l_control_rec.user_conversion_type := l_hdrtop_rec.kh_conversion_type;
9998: -- Get the Functional currency --
9999: l_control_rec.function_currency :=
10000: okc_currency_api.get_ou_currency (l_hdrtop_rec.kh_auth_org);
10001:
10002: -- If conversion type is 'USER' pass conversion rate to QP
10003: IF UPPER (NVL (l_hdrtop_rec.kh_conversion_type, '!')) = 'USER'
10004: THEN