DBA Data[Home] [Help]

APPS.XDP_ENG_UTIL dependencies on XDP_FULFILL_ACTIONS

Line 40: FROM XDP_FULFILL_ACTIONS

36: ORDER by evaluation_seq;
37:
38: CURSOR c_GetFAID IS
39: SELECT fulfillment_action_id
40: FROM XDP_FULFILL_ACTIONS
41: WHERE fulfillment_action = p_fa_name;
42:
43: CURSOR c_GetFEID is
44: SELECT fe_id

Line 137: from XDP_FULFILL_ACTIONS

133: BEGIN
134:
135: /* Check if the fa ID exists in our configuration table*/
136: select 1 into lv_dummy
137: from XDP_FULFILL_ACTIONS
138: where fulfillment_action_id = p_fulfillment_action_id;
139:
140: if p_fe_name is not null then
141: For v_GetFEID in c_GetFEID loop

Line 206: from XDP_FULFILL_ACTIONS

202: order by evaluation_seq;
203:
204: CURSOR c_GetFAID is
205: select fulfillment_action_id
206: from XDP_FULFILL_ACTIONS
207: where fulfillment_action = p_fa_name;
208:
209: BEGIN
210: