DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV2 dependencies on PO_MOAC_UTILS_PVT

Line 1358: x_security_id := po_moac_utils_pvt.get_current_org_id; --

1354:
1355: -- Create Documents records
1356: x_progress :='000';
1357: x_language_temp := userenv('LANG');
1358: x_security_id := po_moac_utils_pvt.get_current_org_id; --
1359: if X_from_entity_name in ('PON_BID_ATTRIBUTES') then
1360: x_progress :='001';
1361: x_category_id_tmp := g_cat_TO_SUPPLIER; --
1362: pon_auction_po_pkg.get_attachment( x_auction_header_id,

Line 1636: l_security_id := po_moac_utils_pvt.get_current_org_id; --

1632: l_pk2 number;
1633:
1634: BEGIN
1635:
1636: l_security_id := po_moac_utils_pvt.get_current_org_id; --
1637: -- Insert into FND_DOCUMENTS ----------------------------------------------
1638:
1639: if (p_to_entity_name = 'PO_HEADERS' or
1640: p_to_entity_name = 'PO_LINES' or

Line 1784: l_security_id := po_moac_utils_pvt.get_current_org_id; --

1780: l_file_charset VARCHAR2(50) := 'UTF8';
1781: l_file_content_type VARCHAR2(50) := 'text/html';
1782: l_file_format VARCHAR2(50) := 'text';
1783: BEGIN
1784: l_security_id := po_moac_utils_pvt.get_current_org_id; --
1785: IF (p_from_entity_name = 'PON_BID_HEADER_ATTRIBUTES') THEN
1786: l_file_name := 'Requirements_And_Quote_Values' || '.' || l_file_extn;
1787: END IF;
1788: -- Insert into FND_DOCUMENTS ----------------------------------------------