DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on CTO_CUSTOM_NOTIFY_PK

Line 6560: v_recipient := CTO_CUSTOM_NOTIFY_PK.get_recipient( p_error_type => p_error_type

6556:
6557: oe_debug_pub.add('handle_expected_error: ' || 'Getting Custom Recipient..',3);
6558: END IF;
6559:
6560: v_recipient := CTO_CUSTOM_NOTIFY_PK.get_recipient( p_error_type => p_error_type
6561: ,p_inventory_item_id => p_inventory_item_id
6562: ,p_organization_id => p_organization_id
6563: ,p_line_id => p_line_id );
6564:

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

6567:
6568: if( v_recipient is not null ) then
6569:
6570: IF PG_DEBUG <> 0 THEN
6571: oe_debug_pub.add('handle_expected_error: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK..' || v_recipient ,3);
6572: END IF;
6573:
6574: else
6575: v_recipient := p_planner_code ;