DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_COMMON_SAVE_WEB dependencies on HR_SOFT_CODING_KEYFLEX

Line 149: ,p_scl_rec out nocopy hr_soft_coding_keyflex%rowtype

145: );
146: --
147: procedure get_scl_from_tt
148: (p_transaction_step_id in number
149: ,p_scl_rec out nocopy hr_soft_coding_keyflex%rowtype
150: );
151: --
152: procedure get_asg_from_asg(p_assignment_id in number
153: ,p_effective_date in date

Line 160: ,p_scl_rec out nocopy hr_soft_coding_keyflex%rowtype);

156: procedure get_pgp_from_pgp(p_people_group_id in number
157: ,p_pgp_rec out nocopy pay_people_groups%rowtype);
158: --
159: procedure get_scl_from_scl(p_soft_coding_keyflex_id in number
160: ,p_scl_rec out nocopy hr_soft_coding_keyflex%rowtype);
161: --
162: procedure get_asg(
163: p_item_type in wf_items.item_type%TYPE
164: ,p_item_key in wf_items.item_key%TYPE