DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PUB dependencies on PA_CONTROL_ITEMS_WORKFLOW

Line 4675: pa_control_items_workflow.close_notification(

4671: fetch close_notification into close_notification_rec;
4672: if(close_notification%notfound) then
4673: null;
4674: else
4675: pa_control_items_workflow.close_notification(
4676: p_item_type => close_notification_rec.item_type,
4677: p_item_key => close_notification_rec.item_key,
4678: p_nid => close_notification_rec.notification_id,
4679: p_action => l_perform_action,

Line 4819: pa_control_items_workflow.close_notification(

4815: fetch close_notification into close_notification_rec;
4816: if(close_notification%notfound) then
4817: null;
4818: else
4819: pa_control_items_workflow.close_notification(
4820: p_item_type => close_notification_rec.item_type,
4821: p_item_key => close_notification_rec.item_key,
4822: p_nid => close_notification_rec.notification_id,
4823: p_action => l_perform_action,

Line 4885: pa_control_items_workflow.close_notification(

4881: fetch close_notification into close_notification_rec;
4882: if(close_notification%notfound) then
4883: null;
4884: else
4885: pa_control_items_workflow.close_notification(
4886: p_item_type => close_notification_rec.item_type,
4887: p_item_key => close_notification_rec.item_key,
4888: p_nid => close_notification_rec.notification_id,
4889: p_action => l_perform_action,