DBA Data[Home] [Help]

APPS.HR_TERMINATION_SS dependencies on HR_APPROVAL_SS

Line 3231: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_PER_ID', p_old_sup_person_id, null, null);

3227: l_new_sup_id := p_new_sup_person_id;
3228:
3229: -- create workflow item attributes
3230:
3231: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_PER_ID', p_old_sup_person_id, null, null);
3232: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_ASG_ID', p_old_sup_asg_id, null, null);
3233: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_BG_ID', p_old_sup_bg_id, null, null);
3234: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_NEW_SUP_PER_ID', p_new_sup_person_id, null, null);
3235: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_NEW_SUP_ASG_ID', p_new_sup_asg_id, null, null);

Line 3232: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_ASG_ID', p_old_sup_asg_id, null, null);

3228:
3229: -- create workflow item attributes
3230:
3231: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_PER_ID', p_old_sup_person_id, null, null);
3232: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_ASG_ID', p_old_sup_asg_id, null, null);
3233: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_BG_ID', p_old_sup_bg_id, null, null);
3234: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_NEW_SUP_PER_ID', p_new_sup_person_id, null, null);
3235: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_NEW_SUP_ASG_ID', p_new_sup_asg_id, null, null);
3236: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_LOGIN_PER_ID', p_login_person_id, null, null);

Line 3233: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_BG_ID', p_old_sup_bg_id, null, null);

3229: -- create workflow item attributes
3230:
3231: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_PER_ID', p_old_sup_person_id, null, null);
3232: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_ASG_ID', p_old_sup_asg_id, null, null);
3233: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_BG_ID', p_old_sup_bg_id, null, null);
3234: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_NEW_SUP_PER_ID', p_new_sup_person_id, null, null);
3235: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_NEW_SUP_ASG_ID', p_new_sup_asg_id, null, null);
3236: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_LOGIN_PER_ID', p_login_person_id, null, null);
3237:

Line 3234: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_NEW_SUP_PER_ID', p_new_sup_person_id, null, null);

3230:
3231: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_PER_ID', p_old_sup_person_id, null, null);
3232: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_ASG_ID', p_old_sup_asg_id, null, null);
3233: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_BG_ID', p_old_sup_bg_id, null, null);
3234: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_NEW_SUP_PER_ID', p_new_sup_person_id, null, null);
3235: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_NEW_SUP_ASG_ID', p_new_sup_asg_id, null, null);
3236: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_LOGIN_PER_ID', p_login_person_id, null, null);
3237:
3238: if ( nvl(l_new_sup_id, -1) = -1) then

Line 3235: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_NEW_SUP_ASG_ID', p_new_sup_asg_id, null, null);

3231: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_PER_ID', p_old_sup_person_id, null, null);
3232: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_ASG_ID', p_old_sup_asg_id, null, null);
3233: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_BG_ID', p_old_sup_bg_id, null, null);
3234: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_NEW_SUP_PER_ID', p_new_sup_person_id, null, null);
3235: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_NEW_SUP_ASG_ID', p_new_sup_asg_id, null, null);
3236: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_LOGIN_PER_ID', p_login_person_id, null, null);
3237:
3238: if ( nvl(l_new_sup_id, -1) = -1) then
3239: l_new_sup_id := null;

Line 3236: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_LOGIN_PER_ID', p_login_person_id, null, null);

3232: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_ASG_ID', p_old_sup_asg_id, null, null);
3233: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_OLD_SUP_BG_ID', p_old_sup_bg_id, null, null);
3234: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_NEW_SUP_PER_ID', p_new_sup_person_id, null, null);
3235: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_NEW_SUP_ASG_ID', p_new_sup_asg_id, null, null);
3236: hr_approval_ss.create_item_attrib_if_notexist(p_item_type, p_item_key, 'QK_TERM_LOGIN_PER_ID', p_login_person_id, null, null);
3237:
3238: if ( nvl(l_new_sup_id, -1) = -1) then
3239: l_new_sup_id := null;
3240: end if;