DBA Data[Home] [Help]

APPS.PER_SSHR_CHANGE_PAY dependencies on HR_NEW_USER_REG_SS

Line 3182: hr_new_user_reg_ss.process_selected_transaction

3178: Open csr_sel_item;
3179: Fetch csr_sel_item into l_item_type,l_item_key;
3180: Close csr_sel_item;
3181: --
3182: hr_new_user_reg_ss.process_selected_transaction
3183: (p_item_type => l_item_type,
3184: p_item_key => l_item_key);
3185: END IF;
3186: --