DBA Data[Home] [Help]

APPS.PA_PLAN_RL_FORMATS_PVT dependencies on PA_RESOURCE_LIST_MEMBERS

Line 281: Pa_Resource_List_Members

277: Where Exists (
278: Select
279: 'Y'
280: From
281: Pa_Resource_List_Members
282: Where
283: Res_Format_Id = P_Resource_Format_Id
284: And Resource_List_Id = P_Resource_List_Id);
285:

Line 306: -- Check from pa_resource_list_members where res_format_id = p_res_format_id.

302: FMTUSED_ERROR Exception;
303:
304: Begin
305: -- Checks whether there are any planning resources for this format before it can be deleted.
306: -- Check from pa_resource_list_members where res_format_id = p_res_format_id.
307: -- You need to check if any exists, and if so, raise an error:
308:
309: Fnd_Msg_Pub.Initialize;
310: