DBA Data[Home] [Help]

APPS.CTO_CONFIG_BOM_PK dependencies on CTO_CUSTOM_NOTIFY_PK

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

1668: IF PG_DEBUG <> 0 THEN
1669: oe_debug_pub.add('create_bom_ml: ' || 'Getting Custom Recipient..',3);
1670: END IF;
1671:
1672: v_recipient := CTO_CUSTOM_NOTIFY_PK.get_recipient( p_error_type => CTO_UTILITY_PK.OPT_DROP_AND_ITEM_CREATED
1673: ,p_inventory_item_id => pModelId
1674: ,p_organization_id => pOrgId
1675: ,p_line_id => pLineId );
1676:

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

1678:
1679:
1680: if( v_recipient is not null ) then
1681: IF PG_DEBUG <> 0 THEN
1682: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK..' || v_recipient ,3);
1683: END IF;
1684:
1685: g_t_dropped_item_type(v_table_count).NOTIFY_USER := v_recipient ; /* commented 'MFG' */
1686:

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

1688:
1689:
1690:
1691: IF PG_DEBUG <> 0 THEN
1692: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK is null ..' , 3);
1693: oe_debug_pub.add('create_bom_ml: ' || 'Getting the planner code ..',3);
1694: END IF;
1695:
1696: BEGIN

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

1807: IF PG_DEBUG <> 0 THEN
1808: oe_debug_pub.add('create_bom_ml: ' || 'Getting Custom Recipient..',3);
1809: END IF;
1810:
1811: v_recipient := CTO_CUSTOM_NOTIFY_PK.get_recipient( p_error_type => CTO_UTILITY_PK.OPT_DROP_AND_ITEM_NOT_CREATED
1812: ,p_inventory_item_id => pModelId
1813: ,p_organization_id => pOrgId
1814: ,p_line_id => pLineId );
1815:

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

1817:
1818:
1819: if( v_recipient is not null ) then
1820: IF PG_DEBUG <> 0 THEN
1821: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK..' || v_recipient ,3);
1822: END IF;
1823:
1824: g_t_dropped_item_type(v_table_count).NOTIFY_USER := v_recipient ; /* commented 'MFG' */
1825:

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

1829:
1830:
1831:
1832: IF PG_DEBUG <> 0 THEN
1833: oe_debug_pub.add('create_bom_ml: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK is null ..' , 3);
1834: oe_debug_pub.add('create_bom_ml: ' || 'Getting the planner code ..',3);
1835: END IF;
1836:
1837: BEGIN