DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PVT dependencies on PO_COMMUNICATION_PVT

Line 5297: -- po_communication_pvt.communicate routine will through No_data_Found exception

5293:
5294: -- When the document is not in Approved/Pre-Approved status, the
5295: -- latest revision FROM archive is used FOR communication
5296: -- So in case Archive entry does not exists for teh document, the
5297: -- po_communication_pvt.communicate routine will through No_data_Found exception
5298: -- So calling the communication routine only for document in Approved/Pre-Approved status
5299: -- Or for those, teh archive entry exists.
5300:
5301: IF l_auth_status NOT IN (po_document_action_pvt.g_doc_status_APPROVED,

Line 5331: po_communication_pvt.communicate(

5327:
5328: IF l_archive_count >0 THEN
5329:
5330: l_progress :='005';
5331: po_communication_pvt.communicate(
5332: p_authorization_status=>l_auth_status,
5333: p_with_terms=>l_conterms_exist_flag,
5334: p_language_code=>FND_GLOBAL.CURRENT_LANGUAGE,
5335: p_mode =>p_communication_method_option,