DBA Data[Home] [Help]

APPS.CTO_CONFIG_BOM_PK dependencies on CTO_CUSTOM_NOTIFY_PK

Line 1646: v_recipient := CTO_CUSTOM_NOTIFY_PK.get_recipient( p_error_type => CTO_UTILITY_PK.OPT_DROP_AND_ITEM_CREATED

1642: IF PG_DEBUG <> 0 THEN
1643: oe_debug_pub.add('create_bom_ml: ' || 'Getting Custom Recipient..',3);
1644: END IF;
1645:
1646: v_recipient := CTO_CUSTOM_NOTIFY_PK.get_recipient( p_error_type => CTO_UTILITY_PK.OPT_DROP_AND_ITEM_CREATED
1647: ,p_inventory_item_id => pModelId
1648: ,p_organization_id => pOrgId
1649: ,p_line_id => pLineId );
1650:

Line 1656: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK..' || v_recipient ,3);

1652:
1653:
1654: if( v_recipient is not null ) then
1655: IF PG_DEBUG <> 0 THEN
1656: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK..' || v_recipient ,3);
1657: END IF;
1658:
1659: g_t_dropped_item_type(v_table_count).NOTIFY_USER := v_recipient ; /* commented 'MFG' */
1660:

Line 1666: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK is null ..' , 3);

1662:
1663:
1664:
1665: IF PG_DEBUG <> 0 THEN
1666: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK is null ..' , 3);
1667: oe_debug_pub.add('create_bom_ml: ' || 'Getting the planner code ..',3);
1668: END IF;
1669:
1670: BEGIN

Line 1785: v_recipient := CTO_CUSTOM_NOTIFY_PK.get_recipient( p_error_type => CTO_UTILITY_PK.OPT_DROP_AND_ITEM_NOT_CREATED

1781: IF PG_DEBUG <> 0 THEN
1782: oe_debug_pub.add('create_bom_ml: ' || 'Getting Custom Recipient..',3);
1783: END IF;
1784:
1785: v_recipient := CTO_CUSTOM_NOTIFY_PK.get_recipient( p_error_type => CTO_UTILITY_PK.OPT_DROP_AND_ITEM_NOT_CREATED
1786: ,p_inventory_item_id => pModelId
1787: ,p_organization_id => pOrgId
1788: ,p_line_id => pLineId );
1789:

Line 1795: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK..' || v_recipient ,3);

1791:
1792:
1793: if( v_recipient is not null ) then
1794: IF PG_DEBUG <> 0 THEN
1795: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK..' || v_recipient ,3);
1796: END IF;
1797:
1798: g_t_dropped_item_type(v_table_count).NOTIFY_USER := v_recipient ; /* commented 'MFG' */
1799:

Line 1807: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK is null ..' , 3);

1803:
1804:
1805:
1806: IF PG_DEBUG <> 0 THEN
1807: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK is null ..' , 3);
1808: oe_debug_pub.add('create_bom_ml: ' || 'Getting the planner code ..',3);
1809: END IF;
1810:
1811: BEGIN