DBA Data[Home] [Help]

APPS.BOM_DELETE_GROUPS_API dependencies on BOM_BUSINESS_EVENT_PKG

Line 1827: Bom_Business_Event_PKG.Raise_Item_Event

1823:
1824: END IF; --BOM_VALIDATE.Object_Exists for EGO_COMMON_PVT
1825:
1826:
1827: Bom_Business_Event_PKG.Raise_Item_Event
1828: ( p_Inventory_Item_Id => p_assembly_id
1829: ,p_Organization_Id => p_org_id
1830: ,p_item_name => p_item_name
1831: ,p_item_description => p_description

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

1828: ( p_Inventory_Item_Id => p_assembly_id
1829: ,p_Organization_Id => p_org_id
1830: ,p_item_name => p_item_name
1831: ,p_item_description => p_description
1832: ,p_Event_Name => Bom_Business_Event_PKG.G_ITEM_DEL_SUCCESS_EVENT);
1833:
1834: elsif (p_delete_type =2 ) then
1835: Bom_Business_Event_PKG.Raise_Bill_Event
1836: ( p_pk1_value =>to_char( p_assembly_id)

Line 1835: Bom_Business_Event_PKG.Raise_Bill_Event

1831: ,p_item_description => p_description
1832: ,p_Event_Name => Bom_Business_Event_PKG.G_ITEM_DEL_SUCCESS_EVENT);
1833:
1834: elsif (p_delete_type =2 ) then
1835: Bom_Business_Event_PKG.Raise_Bill_Event
1836: ( p_pk1_value =>to_char( p_assembly_id)
1837: ,p_pk2_value => to_char(p_org_id)
1838: ,p_obj_name => null
1839: ,p_structure_name => p_alternate

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

1838: ,p_obj_name => null
1839: ,p_structure_name => p_alternate
1840: ,p_structure_comment => null
1841: ,p_organization_id => p_org_id
1842: ,p_Event_Name => Bom_Business_Event_PKG.G_STRUCTURE_DEL_SUCCESS_EVENT);
1843: elsif (p_delete_type =4) then
1844: Bom_Business_Event_PKG.Raise_Component_Event
1845: ( p_bill_sequence_id => p_bill_id
1846: ,p_pk1_value => to_char(p_comp_id)

Line 1844: Bom_Business_Event_PKG.Raise_Component_Event

1840: ,p_structure_comment => null
1841: ,p_organization_id => p_org_id
1842: ,p_Event_Name => Bom_Business_Event_PKG.G_STRUCTURE_DEL_SUCCESS_EVENT);
1843: elsif (p_delete_type =4) then
1844: Bom_Business_Event_PKG.Raise_Component_Event
1845: ( p_bill_sequence_id => p_bill_id
1846: ,p_pk1_value => to_char(p_comp_id)
1847: ,p_pk2_value => to_char(p_org_id)
1848: ,p_obj_name => null

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

1848: ,p_obj_name => null
1849: ,p_organization_id => p_org_id
1850: ,p_comp_item_name => p_item_name
1851: ,p_comp_description => p_description
1852: ,p_Event_Name => Bom_Business_Event_PKG.G_COMPONENT_DEL_SUCCESS_EVENT);
1853: end if; --if (p_delete_type = 1) then
1854:
1855: elsif (p_action_type = 3) then
1856:

Line 1858: Bom_Business_Event_PKG.Raise_Item_Event

1854:
1855: elsif (p_action_type = 3) then
1856:
1857: if (p_delete_type = 1) then
1858: Bom_Business_Event_PKG.Raise_Item_Event
1859: ( p_Inventory_Item_Id => p_assembly_id
1860: ,p_Organization_Id => p_org_id
1861: ,p_item_name => p_item_name
1862: ,p_item_description => p_description

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

1859: ( p_Inventory_Item_Id => p_assembly_id
1860: ,p_Organization_Id => p_org_id
1861: ,p_item_name => p_item_name
1862: ,p_item_description => p_description
1863: ,p_Event_Name => Bom_Business_Event_PKG.G_ITEM_DEL_ERROR_EVENT);
1864: elsif (p_delete_type =2 ) then
1865: Bom_Business_Event_PKG.Raise_Bill_Event
1866: ( p_pk1_value => to_char(p_assembly_id)
1867: ,p_pk2_value => to_char(p_org_id)

Line 1865: Bom_Business_Event_PKG.Raise_Bill_Event

1861: ,p_item_name => p_item_name
1862: ,p_item_description => p_description
1863: ,p_Event_Name => Bom_Business_Event_PKG.G_ITEM_DEL_ERROR_EVENT);
1864: elsif (p_delete_type =2 ) then
1865: Bom_Business_Event_PKG.Raise_Bill_Event
1866: ( p_pk1_value => to_char(p_assembly_id)
1867: ,p_pk2_value => to_char(p_org_id)
1868: ,p_obj_name => null
1869: ,p_structure_name => p_alternate

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

1868: ,p_obj_name => null
1869: ,p_structure_name => p_alternate
1870: ,p_structure_comment => null
1871: ,p_organization_id => p_org_id
1872: ,p_Event_Name => Bom_Business_Event_PKG.G_STRUCTURE_DEL_ERROR_EVENT);
1873: elsif (p_delete_type =4) then
1874: Bom_Business_Event_PKG.Raise_Component_Event
1875: ( p_bill_sequence_id => p_bill_id
1876: ,p_pk1_value => to_char(p_comp_id)

Line 1874: Bom_Business_Event_PKG.Raise_Component_Event

1870: ,p_structure_comment => null
1871: ,p_organization_id => p_org_id
1872: ,p_Event_Name => Bom_Business_Event_PKG.G_STRUCTURE_DEL_ERROR_EVENT);
1873: elsif (p_delete_type =4) then
1874: Bom_Business_Event_PKG.Raise_Component_Event
1875: ( p_bill_sequence_id => p_bill_id
1876: ,p_pk1_value => to_char(p_comp_id)
1877: ,p_pk2_value => to_char(p_org_id)
1878: ,p_obj_name => null

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

1878: ,p_obj_name => null
1879: ,p_organization_id => p_org_id
1880: ,p_comp_item_name => p_item_name
1881: ,p_comp_description => p_description
1882: ,p_Event_Name => Bom_Business_Event_PKG.G_COMPONENT_DEL_ERROR_EVENT);
1883: end if; --if (p_delete_type = 1) then
1884:
1885: end if; --if (p_action_type =4) then
1886: