DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_PROJECT_OPTIONS

Line 1748: insert into pa_project_options (

1744:
1745: -- Copy all options relevant to the created_from_project_id
1746:
1747: if (x_template_flag = 'Y') then
1748: insert into pa_project_options (
1749: project_id,
1750: option_code,
1751: last_update_date,
1752: last_updated_by,

Line 1764: from pa_project_options o

1760: FND_GLOBAL.USER_ID,
1761: sysdate,
1762: FND_GLOBAL.USER_ID,
1763: FND_GLOBAL.LOGIN_ID
1764: from pa_project_options o
1765: where o.project_id = x_created_from_proj_id;
1766:
1767: x_err_stage := 'copying project copy overrides ';
1768: