DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on CTO_CUSTOM_NOTIFY_PK

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

6532:
6533: oe_debug_pub.add('handle_expected_error: ' || 'Getting Custom Recipient..',3);
6534: END IF;
6535:
6536: v_recipient := CTO_CUSTOM_NOTIFY_PK.get_recipient( p_error_type => p_error_type
6537: ,p_inventory_item_id => p_inventory_item_id
6538: ,p_organization_id => p_organization_id
6539: ,p_line_id => p_line_id );
6540:

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

6543:
6544: if( v_recipient is not null ) then
6545:
6546: IF PG_DEBUG <> 0 THEN
6547: oe_debug_pub.add('handle_expected_error: ' || 'Recipient returned from CTO_CUSTOM_NOTIFY_PK..' || v_recipient ,3);
6548: END IF;
6549:
6550: else
6551: v_recipient := p_planner_code ;