DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on FND_FUNCTION

Line 1771: if (not FND_FUNCTION.TEST(c_function_code))

1767: if (c_pseudo_session = 'N')
1768: then
1769: if c_function_code is not null
1770: then
1771: if (not FND_FUNCTION.TEST(c_function_code))
1772: then
1773:
1774: --IF (NOT anonFunctionTest(c_function_id)) THEN
1775:

Line 1781: if (not FND_FUNCTION.TEST_ID(icx_sec.g_function_id))

1777: --END IF;
1778: end if;
1779: elsif icx_sec.g_function_id is not null
1780: then
1781: if (not FND_FUNCTION.TEST_ID(icx_sec.g_function_id))
1782: then
1783:
1784: --IF (NOT anonFunctionTest(icx_sec.g_function_id)) THEN
1785: --SKAUSHIK