DBA Data[Home] [Help]

APPS.PA_PROJECT_SUBTEAMS_PVT dependencies on PA_PROJECT_SUBTEAMS_PKG

Line 161: PA_PROJECT_SUBTEAMS_PKG.Insert_Row

157:
158: -- Create the record if there is no error
159:
160: IF (p_validate_only <> FND_API.G_TRUE AND PA_PROJECT_SUBTEAMS_PUB.g_error_exists <> FND_API.G_TRUE) THEN
161: PA_PROJECT_SUBTEAMS_PKG.Insert_Row
162: (p_subteam_name => p_subteam_name
163: ,p_object_type => p_object_type
164: ,p_object_id => p_object_id
165: ,p_description => p_description

Line 395: PA_PROJECT_SUBTEAMS_PKG.Update_Row

391: IF (p_validate_only = FND_API.G_FALSE AND PA_PROJECT_SUBTEAMS_PUB.g_error_exists <> FND_API.G_TRUE) THEN
392:
393: --dbms_output.put_line('Call table handler');
394:
395: PA_PROJECT_SUBTEAMS_PKG.Update_Row
396: (p_subteam_row_id => p_subteam_row_id
397: ,p_subteam_id => p_subteam_id
398: ,p_record_version_number => p_record_version_number
399: ,p_subteam_name => p_subteam_name

Line 553: PA_PROJECT_SUBTEAMS_PKG.Delete_Row

549: l_record_version_number := p_record_version_number;
550: end if;
551:
552: -- Delete the master record
553: PA_PROJECT_SUBTEAMS_PKG.Delete_Row
554: ( p_subteam_row_id => p_subteam_row_id
555: ,p_subteam_id => p_subteam_id
556: ,p_record_version_number => l_record_version_number
557: ,x_return_status => x_return_status