DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on OTA_TESTS

Line 1728: l_evt_eval_id ota_tests.test_id%type;

1724: and evt.event_id = p_event_id
1725: and (evt_eval.evaluation_id is not null or act_eval.evaluation_id is not null); --Bug7174996
1726:
1727: l_eval_mand varchar2(1);
1728: l_evt_eval_id ota_tests.test_id%type;
1729: l_act_eval_id ota_tests.test_id%type;
1730: l_temp number;
1731:
1732: Cursor c_attempt_info(l_user_id ota_attempts.user_id%type,l_user_type ota_attempts.user_type%type) is

Line 1729: l_act_eval_id ota_tests.test_id%type;

1725: and (evt_eval.evaluation_id is not null or act_eval.evaluation_id is not null); --Bug7174996
1726:
1727: l_eval_mand varchar2(1);
1728: l_evt_eval_id ota_tests.test_id%type;
1729: l_act_eval_id ota_tests.test_id%type;
1730: l_temp number;
1731:
1732: Cursor c_attempt_info(l_user_id ota_attempts.user_id%type,l_user_type ota_attempts.user_type%type) is
1733: select 1