DBA Data[Home] [Help]

APPS.OKC_CREATE_PO_FROM_K_PVT dependencies on OKC_ASYNC_PUB

Line 526: my_debug('5040: Call OKC_ASYNC_PUB' , 2);

522:
523:
524: my_debug('5030: Notify the buyer' , 2);
525:
526: my_debug('5040: Call OKC_ASYNC_PUB' , 2);
527:
528: my_debug('5050: Notification string = ' || l_notification_string , 2);
529:
530:

Line 531: OKC_ASYNC_PUB.loop_call(p_api_version => 1,

527:
528: my_debug('5050: Notification string = ' || l_notification_string , 2);
529:
530:
531: OKC_ASYNC_PUB.loop_call(p_api_version => 1,
532: p_proc => l_notification_string,
533: p_s_recipient => l_k_buyer_name,
534: p_e_recipient => l_k_buyer_name,
535: p_contract_id => p_chr_id,

Line 542: my_debug('5060: End OKC_ASYNC_PUB' , 2);

538: x_msg_data => lx_msg_data
539: );
540:
541:
542: my_debug('5060: End OKC_ASYNC_PUB' , 2);
543:
544: my_debug('5070: Return status: ' || lx_return_status, 2);
545:
546: