DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE2 dependencies on PA_PROJ_TASK_STRUC_PUB

Line 149: l_workplan_enabled := PA_PROJ_TASK_STRUC_PUB.WP_STR_EXISTS( x_orig_project_id );

145: ' by copying tasks from project '|| x_orig_project_id;
146:
147: -- Bug 4104042 - Begin
148:
149: l_workplan_enabled := PA_PROJ_TASK_STRUC_PUB.WP_STR_EXISTS( x_orig_project_id );
150:
151: IF NVL( l_workplan_enabled, 'N' ) = 'Y' THEN
152: --Check whether the structures are shared or not in the source project
153: l_shared := PA_PROJECT_STRUCTURE_UTILS.check_sharing_enabled( x_orig_project_id );

Line 177: l_wp_separate_from_fn := nvl ( PA_PROJ_TASK_STRUC_PUB.IS_WP_SEPARATE_FROM_FN ( x_orig_project_id ), 'N' ) ;

173:
174:
175: -- Bug 4104042 - End
176:
177: l_wp_separate_from_fn := nvl ( PA_PROJ_TASK_STRUC_PUB.IS_WP_SEPARATE_FROM_FN ( x_orig_project_id ), 'N' ) ;
178:
179:
180: INSERT INTO pa_tasks (
181: task_id