DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on OTA_TESTS

Line 1898: l_evt_eval_id ota_tests.test_id%type;

1894: and evt.event_id = p_event_id
1895: and (evt_eval.evaluation_id is not null or act_eval.evaluation_id is not null); --Bug7174996
1896:
1897: l_eval_mand varchar2(1);
1898: l_evt_eval_id ota_tests.test_id%type;
1899: l_act_eval_id ota_tests.test_id%type;
1900: l_temp number;
1901:
1902: Cursor c_attempt_info(l_user_id ota_attempts.user_id%type,l_user_type ota_attempts.user_type%type) is

Line 1899: l_act_eval_id ota_tests.test_id%type;

1895: and (evt_eval.evaluation_id is not null or act_eval.evaluation_id is not null); --Bug7174996
1896:
1897: l_eval_mand varchar2(1);
1898: l_evt_eval_id ota_tests.test_id%type;
1899: l_act_eval_id ota_tests.test_id%type;
1900: l_temp number;
1901:
1902: Cursor c_attempt_info(l_user_id ota_attempts.user_id%type,l_user_type ota_attempts.user_type%type) is
1903: select 1