DBA Data[Home] [Help]

APPS.PQH_BDGT_REALLOC_UTILITY dependencies on PQH_ROUTING_LIST_MEMBERS

Line 566: p_member_id out nocopy pqh_routing_list_members.routing_list_member_id%type,

562: p_routing_list_id out nocopy pqh_routing_lists.routing_list_id%type,
563: p_member_role_id out nocopy pqh_roles.role_id%type,
564: p_member_user_id out nocopy fnd_user.user_id%type,
565: p_person_id out nocopy fnd_user.employee_id%type,
566: p_member_id out nocopy pqh_routing_list_members.routing_list_member_id%type,
567: p_position_id out nocopy pqh_position_transactions.position_id%type,
568: p_cur_person_id out nocopy fnd_user.employee_id%type,
569: p_cur_member_id out nocopy pqh_routing_list_members.routing_list_member_id%type,
570: p_cur_position_id out nocopy pqh_position_transactions.position_id%type,

Line 569: p_cur_member_id out nocopy pqh_routing_list_members.routing_list_member_id%type,

565: p_person_id out nocopy fnd_user.employee_id%type,
566: p_member_id out nocopy pqh_routing_list_members.routing_list_member_id%type,
567: p_position_id out nocopy pqh_position_transactions.position_id%type,
568: p_cur_person_id out nocopy fnd_user.employee_id%type,
569: p_cur_member_id out nocopy pqh_routing_list_members.routing_list_member_id%type,
570: p_cur_position_id out nocopy pqh_position_transactions.position_id%type,
571: p_pos_str_ver_id out nocopy pqh_routing_history.pos_structure_version_id%type,
572: p_assignment_id out nocopy per_assignments_f.assignment_id%type,
573: p_cur_assignment_id out nocopy per_assignments_f.assignment_id%type,

Line 667: p_cur_member_id in pqh_routing_list_members.routing_list_member_id%type,

663: p_routing_category_id in pqh_routing_categories.routing_category_id%type,
664: p_tran_cat_id in pqh_transaction_categories.transaction_category_id%type,
665: p_trans_id in pqh_routing_history.transaction_id%type,
666: p_cur_assignment_id in per_assignments_f.assignment_id%type,
667: p_cur_member_id in pqh_routing_list_members.routing_list_member_id%type,
668: p_routing_list_id in pqh_routing_categories.routing_list_id%type,
669: p_cur_position_id in pqh_position_transactions.position_id%type,
670: p_pos_str_ver_id in per_pos_structure_elements.pos_structure_version_id%type,
671: p_next_position_id out nocopy pqh_position_transactions.position_id%type,

Line 672: p_next_member_id out nocopy pqh_routing_list_members.routing_list_member_id%type,

668: p_routing_list_id in pqh_routing_categories.routing_list_id%type,
669: p_cur_position_id in pqh_position_transactions.position_id%type,
670: p_pos_str_ver_id in per_pos_structure_elements.pos_structure_version_id%type,
671: p_next_position_id out nocopy pqh_position_transactions.position_id%type,
672: p_next_member_id out nocopy pqh_routing_list_members.routing_list_member_id%type,
673: p_next_role_id out nocopy number,
674: p_next_user_id out nocopy number,
675: p_next_assignment_id out nocopy per_assignments_f.assignment_id%type,
676: p_status_flag out nocopy number,