DBA Data[Home] [Help]

APPS.CSM_TASK_ASSIGNMENT_EVENT_PKG dependencies on CSM_ITEM_INSTANCE_EVENT_PKG

Line 894: csm_item_instance_event_pkg.item_instances_acc_processor(p_instance_id=>l_taskassgdetails_rec.customer_product_id,

890: END IF;
891:
892: -- get customer product
893: IF l_taskassgdetails_rec.customer_product_id IS NOT NULL THEN
894: csm_item_instance_event_pkg.item_instances_acc_processor(p_instance_id=>l_taskassgdetails_rec.customer_product_id,
895: p_user_id=>p_user_id,
896: p_flowtype=>l_flowtype,
897: p_error_msg=>l_error_msg,
898: x_return_status=>l_return_status);

Line 1632: csm_item_instance_event_pkg.item_instances_acc_d(p_instance_id=>l_TaskAssgHistPurge_rec.customer_product_id,

1628: ,p_user_id => p_user_id);
1629:
1630: -- delete customer product
1631: IF l_TaskAssgHistPurge_rec.customer_product_id IS NOT NULL THEN
1632: csm_item_instance_event_pkg.item_instances_acc_d(p_instance_id=>l_TaskAssgHistPurge_rec.customer_product_id,
1633: p_user_id=>p_user_id,
1634: p_error_msg=>l_error_msg,
1635: x_return_status=>l_return_status);
1636: END IF;