DBA Data[Home] [Help]

APPS.OKS_K_ACTIONS_PVT dependencies on FND_SUBMIT

Line 237: l_add_notification :=fnd_submit.add_notification(l_user_name,'N','Y','Y');

233: ,x_user_id => l_user_id
234: ,x_user_name => l_user_name
235: );
236:
237: l_add_notification :=fnd_submit.add_notification(l_user_name,'N','Y','Y');
238: IF l_add_notification THEN
239: l_request_id := fnd_request.submit_request(APPLICATION => 'OKS'
240: ,PROGRAM => 'OKS_GENQUOTE_CP'
241: ,DESCRIPTION => NULL

Line 1162: l_add_notification :=fnd_submit.add_notification(l_user_name,'N','Y','Y');

1158: ,x_user_id => l_user_id
1159: ,x_user_name => l_user_name
1160: );
1161:
1162: l_add_notification :=fnd_submit.add_notification(l_user_name,'N','Y','Y');
1163: IF l_add_notification THEN
1164: l_request_id := fnd_request.submit_request(APPLICATION => 'OKS'
1165: ,PROGRAM => 'OKS_GENQUOTE_CP'
1166: ,DESCRIPTION => NULL