DBA Data[Home] [Help]

APPS.XNP_MESSAGE dependencies on XNP_CALLBACK_EVENTS

Line 1856: FROM XNP_CALLBACK_EVENTS

1852: INTO l_count
1853: FROM DUAL
1854: WHERE EXISTS
1855: (SELECT 1
1856: FROM XNP_CALLBACK_EVENTS
1857: WHERE msg_code = p_msg_code);
1858:
1859: x_error_code := xnp_errors.g_run_time_data_exists ;
1860: FND_MESSAGE.set_name ('XNP', 'XNP_RUNTIME_DATA_EXISTS') ;

Line 1911: FROM XNP_CALLBACK_EVENTS

1907: /*
1908: l_count := 0;
1909:
1910: SELECT count(*) INTO l_count
1911: FROM XNP_CALLBACK_EVENTS
1912: WHERE msg_code=p_msg_code;
1913:
1914: IF (l_count <> 0) THEN
1915: x_error_code := xnp_errors.g_run_time_data_exists ;