DBA Data[Home] [Help]

APPS.IBE_MSITE_GRP dependencies on QP_UTIL_PUB

Line 1796: QP_UTIL_PUB.Validate_Price_List_Curr_Code(

1792: = false THEN
1793: raise FND_API.g_exc_error;
1794: end if;
1795:
1796: QP_UTIL_PUB.Validate_Price_List_Curr_Code(
1797: p_msite_currencies_tbl(l_index).walkin_prc_lst_id,
1798: p_msite_currencies_tbl(l_index).currency_code,
1799: NULL,
1800: l_validate_result);

Line 1806: QP_UTIL_PUB.Validate_Price_List_Curr_Code(

1802: if (l_validate_result = 'N') then
1803: raise FND_API.g_exc_error;
1804: end if;
1805:
1806: QP_UTIL_PUB.Validate_Price_List_Curr_Code(
1807: p_msite_currencies_tbl(l_index).registered_prc_lst_id,
1808: p_msite_currencies_tbl(l_index).currency_code,
1809: NULL,
1810: l_validate_result);

Line 1816: QP_UTIL_PUB.Validate_Price_List_Curr_Code(

1812: if (l_validate_result = 'N') then
1813: raise FND_API.g_exc_error;
1814: end if;
1815:
1816: QP_UTIL_PUB.Validate_Price_List_Curr_Code(
1817: p_msite_currencies_tbl(l_index).biz_partner_prc_lst_id,
1818: p_msite_currencies_tbl(l_index).currency_code,
1819: NULL,
1820: l_validate_result);

Line 1826: QP_UTIL_PUB.Validate_Price_List_Curr_Code(

1822: if (l_validate_result = 'N') then
1823: raise FND_API.g_exc_error;
1824: end if;
1825:
1826: QP_UTIL_PUB.Validate_Price_List_Curr_Code(
1827: p_msite_currencies_tbl(l_index).partner_prc_lst_id,
1828: p_msite_currencies_tbl(l_index).currency_code,
1829: NULL,
1830: l_validate_result);

Line 1837: following logic replaced by the 3 QP_UTIL_PUB.Validate_Price_List_Curr_Code

1833: raise FND_API.g_exc_error;
1834: end if;
1835:
1836: /* Sept-05-2003 JQU
1837: following logic replaced by the 3 QP_UTIL_PUB.Validate_Price_List_Curr_Code
1838: function calls above to support multi-currency price lists
1839:
1840: if valid_prc_lstids (
1841: p_msite_currencies_tbl(l_index).currency_code,