DBA Data[Home] [Help]

APPS.PA_RES_LIST_ASSIGNMENTS dependencies on PA_RESOURCE_LIST_ASSIGNMENTS_S

Line 67: x_err_stage := 'Select pa_resource_list_assignments_s.nextval';

63: X_err_code,
64: X_err_stage,
65: x_err_stack);
66: If W_Assgmt_Id = 0 Then
67: x_err_stage := 'Select pa_resource_list_assignments_s.nextval';
68: Select Pa_Resource_list_Assignments_s.nextval into W_num
69: from Dual;
70: x_err_stage := 'Insert into Pa_Resource_list_assignments ';
71: Insert into Pa_Resource_list_Assignments

Line 68: Select Pa_Resource_list_Assignments_s.nextval into W_num

64: X_err_stage,
65: x_err_stack);
66: If W_Assgmt_Id = 0 Then
67: x_err_stage := 'Select pa_resource_list_assignments_s.nextval';
68: Select Pa_Resource_list_Assignments_s.nextval into W_num
69: from Dual;
70: x_err_stage := 'Insert into Pa_Resource_list_assignments ';
71: Insert into Pa_Resource_list_Assignments
72: (RESOURCE_LIST_ASSIGNMENT_ID,RESOURCE_LIST_ID,PROJECT_ID,