DBA Data[Home] [Help]

APPS.IRC_PENDING_DATA_API dependencies on FND_WEB_SEC

Line 972: open csr_get_user_id(substr(FND_WEB_SEC.GET_GUEST_USERNAME_PWD()

968: --
969: for l_data in csr_get_data loop
970: --
971: if l_data.user_id is null then
972: open csr_get_user_id(substr(FND_WEB_SEC.GET_GUEST_USERNAME_PWD()
973: ,0
974: ,instr(FND_WEB_SEC.GET_GUEST_USERNAME_PWD(),'/')-1));
975: fetch csr_get_user_id into l_user_id;
976: close csr_get_user_id;

Line 974: ,instr(FND_WEB_SEC.GET_GUEST_USERNAME_PWD(),'/')-1));

970: --
971: if l_data.user_id is null then
972: open csr_get_user_id(substr(FND_WEB_SEC.GET_GUEST_USERNAME_PWD()
973: ,0
974: ,instr(FND_WEB_SEC.GET_GUEST_USERNAME_PWD(),'/')-1));
975: fetch csr_get_user_id into l_user_id;
976: close csr_get_user_id;
977: else
978: l_user_id := l_data.user_id;