DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_PROJECT_OPTIONS

Line 1784: insert into pa_project_options (

1780:
1781: -- Copy all options relevant to the created_from_project_id
1782:
1783: if (x_template_flag = 'Y') then
1784: insert into pa_project_options (
1785: project_id,
1786: option_code,
1787: last_update_date,
1788: last_updated_by,

Line 1800: from pa_project_options o

1796: FND_GLOBAL.USER_ID,
1797: sysdate,
1798: FND_GLOBAL.USER_ID,
1799: FND_GLOBAL.LOGIN_ID
1800: from pa_project_options o
1801: where o.project_id = x_created_from_proj_id;
1802:
1803: x_err_stage := 'copying project copy overrides ';
1804: