DBA Data[Home] [Help]

APPS.OKC_QUEUE_PVT dependencies on OKC_ACTIONS_B

Line 16: FROM okc_actions_b

12: IS
13: CURSOR acn_cur
14: IS
15: SELECT acn_type
16: FROM okc_actions_b
17: WHERE correlation = p_corrid;
18: acn_rec acn_cur%ROWTYPE;
19: v_acn_type okc_actions_b.acn_type%TYPE;
20:

Line 19: v_acn_type okc_actions_b.acn_type%TYPE;

15: SELECT acn_type
16: FROM okc_actions_b
17: WHERE correlation = p_corrid;
18: acn_rec acn_cur%ROWTYPE;
19: v_acn_type okc_actions_b.acn_type%TYPE;
20:
21: BEGIN
22: OPEN acn_cur;
23: FETCH acn_cur INTO acn_rec;