DBA Data[Home] [Help]

APPS.PQH_WORKFLOW dependencies on PQH_ROUTING_LISTS

Line 119: p_routing_list_id out nocopy pqh_routing_lists.routing_list_id%type,

115: p_routing_history_id out nocopy pqh_routing_history.routing_history_id%type,
116: p_member_id out nocopy pqh_routing_list_members.routing_list_member_id%type,
117: p_person_id out nocopy fnd_user.employee_id%type,
118: p_old_member_id out nocopy pqh_routing_list_members.routing_list_member_id%type,
119: p_routing_list_id out nocopy pqh_routing_lists.routing_list_id%type,
120: p_old_routing_list_id out nocopy pqh_routing_lists.routing_list_id%type,
121: p_member_role_id out nocopy pqh_roles.role_id%type,
122: p_member_user_id out nocopy fnd_user.user_id%type,
123: p_cur_person_id out nocopy fnd_user.employee_id%type,

Line 120: p_old_routing_list_id out nocopy pqh_routing_lists.routing_list_id%type,

116: p_member_id out nocopy pqh_routing_list_members.routing_list_member_id%type,
117: p_person_id out nocopy fnd_user.employee_id%type,
118: p_old_member_id out nocopy pqh_routing_list_members.routing_list_member_id%type,
119: p_routing_list_id out nocopy pqh_routing_lists.routing_list_id%type,
120: p_old_routing_list_id out nocopy pqh_routing_lists.routing_list_id%type,
121: p_member_role_id out nocopy pqh_roles.role_id%type,
122: p_member_user_id out nocopy fnd_user.user_id%type,
123: p_cur_person_id out nocopy fnd_user.employee_id%type,
124: p_cur_member_id out nocopy pqh_routing_list_members.routing_list_member_id%type,

Line 140: procedure rl_member_check(p_routing_list_id in pqh_routing_lists.routing_list_id%type,

136: p_history_flag out nocopy boolean,
137: p_range_name out nocopy pqh_attribute_ranges.range_name%type,
138: p_can_approve out nocopy boolean);
139:
140: procedure rl_member_check(p_routing_list_id in pqh_routing_lists.routing_list_id%type,
141: p_old_routing_list_id in pqh_routing_lists.routing_list_id%type,
142: p_history_flag in boolean,
143: p_tran_cat_id in pqh_transaction_categories.transaction_category_id%type,
144: p_from_clause in pqh_table_route.from_clause%type,

Line 141: p_old_routing_list_id in pqh_routing_lists.routing_list_id%type,

137: p_range_name out nocopy pqh_attribute_ranges.range_name%type,
138: p_can_approve out nocopy boolean);
139:
140: procedure rl_member_check(p_routing_list_id in pqh_routing_lists.routing_list_id%type,
141: p_old_routing_list_id in pqh_routing_lists.routing_list_id%type,
142: p_history_flag in boolean,
143: p_tran_cat_id in pqh_transaction_categories.transaction_category_id%type,
144: p_from_clause in pqh_table_route.from_clause%type,
145: p_routing_category_id in pqh_routing_categories.routing_category_id%type,

Line 202: p_routing_list_id out nocopy pqh_routing_lists.routing_list_id%type,

198:
199: procedure list_range_check(p_tran_cat_id in pqh_transaction_categories.transaction_category_id%type,
200: p_used_for in varchar2 default null,
201: p_member_cd out nocopy pqh_transaction_categories.member_cd%type,
202: p_routing_list_id out nocopy pqh_routing_lists.routing_list_id%type,
203: p_pos_str_id out nocopy pqh_routing_categories.position_structure_id%type,
204: p_routing_category_id out nocopy pqh_routing_categories.routing_category_id%type,
205: p_status_flag out nocopy number ) ;
206:

Line 212: p_routing_list_id out nocopy pqh_routing_lists.routing_list_id%type,

208: p_trans_id in pqh_routing_history.transaction_id%type,
209: p_from_clause in pqh_table_route.from_clause%type,
210: p_used_for in varchar2 default null,
211: p_member_cd out nocopy pqh_transaction_categories.member_cd%type,
212: p_routing_list_id out nocopy pqh_routing_lists.routing_list_id%type,
213: p_pos_str_id out nocopy pqh_routing_categories.position_structure_id%type,
214: p_routing_category_id out nocopy pqh_routing_categories.routing_category_id%type,
215: p_range_name out nocopy pqh_attribute_ranges.range_name%type,
216: p_status_flag out nocopy number );

Line 286: procedure rlm_user_seq(p_routing_list_id in pqh_routing_lists.routing_list_id%type,

282: p_value_date in pqh_attribute_ranges.to_date%type,
283: p_in_range out nocopy boolean ,
284: p_can_approve out nocopy boolean ) ;
285:
286: procedure rlm_user_seq(p_routing_list_id in pqh_routing_lists.routing_list_id%type,
287: p_old_user_id in number default null,
288: p_old_role_id in number default null,
289: p_old_member_id in number default null,
290: p_role_id in out nocopy pqh_roles.role_id%type,

Line 307: p_routing_list_id out nocopy pqh_routing_lists.routing_list_id%type,

303: p_role_id out nocopy number,
304: p_user_id out nocopy number,
305: p_assignment_id out nocopy pqh_routing_history.forwarded_to_assignment_id%type,
306: p_pos_str_ver_id out nocopy pqh_routing_history.pos_structure_version_id%type,
307: p_routing_list_id out nocopy pqh_routing_lists.routing_list_id%type,
308: p_routing_history_id out nocopy pqh_routing_history.routing_history_id%type,
309: p_status_flag out nocopy number) ;
310:
311: procedure rl_next_user (p_routing_list_id in pqh_routing_list_members.routing_list_id%type,