DBA Data[Home] [Help]

APPS.BOM_DELETE_GROUPS_API dependencies on BOM_BUSINESS_EVENT_PKG

Line 1870: Bom_Business_Event_PKG.Raise_Item_Event

1866:
1867: END IF; --BOM_VALIDATE.Object_Exists for EGO_COMMON_PVT
1868:
1869:
1870: Bom_Business_Event_PKG.Raise_Item_Event
1871: ( p_Inventory_Item_Id => p_assembly_id
1872: ,p_Organization_Id => p_org_id
1873: ,p_item_name => p_item_name
1874: ,p_item_description => p_description

Line 1875: ,p_Event_Name => Bom_Business_Event_PKG.G_ITEM_DEL_SUCCESS_EVENT);

1871: ( p_Inventory_Item_Id => p_assembly_id
1872: ,p_Organization_Id => p_org_id
1873: ,p_item_name => p_item_name
1874: ,p_item_description => p_description
1875: ,p_Event_Name => Bom_Business_Event_PKG.G_ITEM_DEL_SUCCESS_EVENT);
1876:
1877: elsif (p_delete_type =2 ) then
1878: Bom_Business_Event_PKG.Raise_Bill_Event
1879: ( p_pk1_value =>to_char( p_assembly_id)

Line 1878: Bom_Business_Event_PKG.Raise_Bill_Event

1874: ,p_item_description => p_description
1875: ,p_Event_Name => Bom_Business_Event_PKG.G_ITEM_DEL_SUCCESS_EVENT);
1876:
1877: elsif (p_delete_type =2 ) then
1878: Bom_Business_Event_PKG.Raise_Bill_Event
1879: ( p_pk1_value =>to_char( p_assembly_id)
1880: ,p_pk2_value => to_char(p_org_id)
1881: ,p_obj_name => null
1882: ,p_structure_name => p_alternate

Line 1885: ,p_Event_Name => Bom_Business_Event_PKG.G_STRUCTURE_DEL_SUCCESS_EVENT);

1881: ,p_obj_name => null
1882: ,p_structure_name => p_alternate
1883: ,p_structure_comment => null
1884: ,p_organization_id => p_org_id
1885: ,p_Event_Name => Bom_Business_Event_PKG.G_STRUCTURE_DEL_SUCCESS_EVENT);
1886: elsif (p_delete_type =4) then
1887: Bom_Business_Event_PKG.Raise_Component_Event
1888: ( p_bill_sequence_id => p_bill_id
1889: ,p_pk1_value => to_char(p_comp_id)

Line 1887: Bom_Business_Event_PKG.Raise_Component_Event

1883: ,p_structure_comment => null
1884: ,p_organization_id => p_org_id
1885: ,p_Event_Name => Bom_Business_Event_PKG.G_STRUCTURE_DEL_SUCCESS_EVENT);
1886: elsif (p_delete_type =4) then
1887: Bom_Business_Event_PKG.Raise_Component_Event
1888: ( p_bill_sequence_id => p_bill_id
1889: ,p_pk1_value => to_char(p_comp_id)
1890: ,p_pk2_value => to_char(p_org_id)
1891: ,p_obj_name => null

Line 1895: ,p_Event_Name => Bom_Business_Event_PKG.G_COMPONENT_DEL_SUCCESS_EVENT);

1891: ,p_obj_name => null
1892: ,p_organization_id => p_org_id
1893: ,p_comp_item_name => p_item_name
1894: ,p_comp_description => p_description
1895: ,p_Event_Name => Bom_Business_Event_PKG.G_COMPONENT_DEL_SUCCESS_EVENT);
1896: end if; --if (p_delete_type = 1) then
1897:
1898: elsif (p_action_type = 3) then
1899:

Line 1901: Bom_Business_Event_PKG.Raise_Item_Event

1897:
1898: elsif (p_action_type = 3) then
1899:
1900: if (p_delete_type = 1) then
1901: Bom_Business_Event_PKG.Raise_Item_Event
1902: ( p_Inventory_Item_Id => p_assembly_id
1903: ,p_Organization_Id => p_org_id
1904: ,p_item_name => p_item_name
1905: ,p_item_description => p_description

Line 1906: ,p_Event_Name => Bom_Business_Event_PKG.G_ITEM_DEL_ERROR_EVENT);

1902: ( p_Inventory_Item_Id => p_assembly_id
1903: ,p_Organization_Id => p_org_id
1904: ,p_item_name => p_item_name
1905: ,p_item_description => p_description
1906: ,p_Event_Name => Bom_Business_Event_PKG.G_ITEM_DEL_ERROR_EVENT);
1907: elsif (p_delete_type =2 ) then
1908: Bom_Business_Event_PKG.Raise_Bill_Event
1909: ( p_pk1_value => to_char(p_assembly_id)
1910: ,p_pk2_value => to_char(p_org_id)

Line 1908: Bom_Business_Event_PKG.Raise_Bill_Event

1904: ,p_item_name => p_item_name
1905: ,p_item_description => p_description
1906: ,p_Event_Name => Bom_Business_Event_PKG.G_ITEM_DEL_ERROR_EVENT);
1907: elsif (p_delete_type =2 ) then
1908: Bom_Business_Event_PKG.Raise_Bill_Event
1909: ( p_pk1_value => to_char(p_assembly_id)
1910: ,p_pk2_value => to_char(p_org_id)
1911: ,p_obj_name => null
1912: ,p_structure_name => p_alternate

Line 1915: ,p_Event_Name => Bom_Business_Event_PKG.G_STRUCTURE_DEL_ERROR_EVENT);

1911: ,p_obj_name => null
1912: ,p_structure_name => p_alternate
1913: ,p_structure_comment => null
1914: ,p_organization_id => p_org_id
1915: ,p_Event_Name => Bom_Business_Event_PKG.G_STRUCTURE_DEL_ERROR_EVENT);
1916: elsif (p_delete_type =4) then
1917: Bom_Business_Event_PKG.Raise_Component_Event
1918: ( p_bill_sequence_id => p_bill_id
1919: ,p_pk1_value => to_char(p_comp_id)

Line 1917: Bom_Business_Event_PKG.Raise_Component_Event

1913: ,p_structure_comment => null
1914: ,p_organization_id => p_org_id
1915: ,p_Event_Name => Bom_Business_Event_PKG.G_STRUCTURE_DEL_ERROR_EVENT);
1916: elsif (p_delete_type =4) then
1917: Bom_Business_Event_PKG.Raise_Component_Event
1918: ( p_bill_sequence_id => p_bill_id
1919: ,p_pk1_value => to_char(p_comp_id)
1920: ,p_pk2_value => to_char(p_org_id)
1921: ,p_obj_name => null

Line 1925: ,p_Event_Name => Bom_Business_Event_PKG.G_COMPONENT_DEL_ERROR_EVENT);

1921: ,p_obj_name => null
1922: ,p_organization_id => p_org_id
1923: ,p_comp_item_name => p_item_name
1924: ,p_comp_description => p_description
1925: ,p_Event_Name => Bom_Business_Event_PKG.G_COMPONENT_DEL_ERROR_EVENT);
1926: end if; --if (p_delete_type = 1) then
1927:
1928: end if; --if (p_action_type =4) then
1929: