DBA Data[Home] [Help]

APPS.CSM_TASK_ASSIGNMENT_EVENT_PKG dependencies on CSM_ITEM_INSTANCE_EVENT_PKG

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

848: END IF;
849:
850: -- get customer product
851: IF l_taskassgdetails_rec.customer_product_id IS NOT NULL THEN
852: csm_item_instance_event_pkg.item_instances_acc_processor(p_instance_id=>l_taskassgdetails_rec.customer_product_id,
853: p_user_id=>p_user_id,
854: p_flowtype=>l_flowtype,
855: p_error_msg=>l_error_msg,
856: x_return_status=>l_return_status);

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

1556: ,p_user_id => p_user_id);
1557:
1558: -- delete customer product
1559: IF l_TaskAssgHistPurge_rec.customer_product_id IS NOT NULL THEN
1560: csm_item_instance_event_pkg.item_instances_acc_d(p_instance_id=>l_TaskAssgHistPurge_rec.customer_product_id,
1561: p_user_id=>p_user_id,
1562: p_error_msg=>l_error_msg,
1563: x_return_status=>l_return_status);
1564: END IF;