DBA Data[Home] [Help]

APPS.EGO_ITEM_AML_PUB dependencies on EGO_WF_WRAPPER_PVT

Line 534: EGO_WF_WRAPPER_PVT.Raise_AML_Event

530: log_now (p_log_level => FND_LOG.LEVEL_STATEMENT
531: ,p_module => l_api_name
532: ,p_message => ' calling Business Event '
533: );
534: EGO_WF_WRAPPER_PVT.Raise_AML_Event
535: (p_event_name => EGO_WF_WRAPPER_PVT.G_AML_CHANGE_EVENT
536: ,p_dml_type => event_dml_type
537: ,p_Inventory_Item_Id => l_inventory_item_id_tbl(l_pend_index)
538: ,p_Organization_Id => l_organization_id_tbl(l_pend_index)

Line 535: (p_event_name => EGO_WF_WRAPPER_PVT.G_AML_CHANGE_EVENT

531: ,p_module => l_api_name
532: ,p_message => ' calling Business Event '
533: );
534: EGO_WF_WRAPPER_PVT.Raise_AML_Event
535: (p_event_name => EGO_WF_WRAPPER_PVT.G_AML_CHANGE_EVENT
536: ,p_dml_type => event_dml_type
537: ,p_Inventory_Item_Id => l_inventory_item_id_tbl(l_pend_index)
538: ,p_Organization_Id => l_organization_id_tbl(l_pend_index)
539: ,p_Manufacturer_Id => l_manufacturer_id_tbl(l_pend_index)