DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_POSITION_COSTS_S

Line 6843: values (PSB_POSITION_COSTS_S.NEXTVAL, p_position_id, p_hr_budget_id, p_pay_element_id, p_budget_revision_id,

6839: insert into PSB_POSITION_COSTS
6840: (position_element_line_id, position_id, hr_budget_id, pay_element_id, budget_revision_id,
6841: base_line_version, currency_code, start_date, end_date,
6842: element_cost, last_update_date, last_updated_by, last_update_login, created_by, creation_date)
6843: values (PSB_POSITION_COSTS_S.NEXTVAL, p_position_id, p_hr_budget_id, p_pay_element_id, p_budget_revision_id,
6844: p_base_line_version, p_currency_code, p_start_date, p_end_date,
6845: p_element_cost, sysdate, FND_GLOBAL.USER_ID, FND_GLOBAL.LOGIN_ID, FND_GLOBAL.USER_ID, sysdate)
6846: RETURNING position_element_line_id INTO l_position_element_line_id;
6847: