DBA Data[Home] [Help]

APPS.PO_AUTOSOURCE_SV dependencies on PO_CORE_S

Line 1178: IF (PO_CORE_S.is_encumbrance_on

1174: l_progress := '030';
1175: IF l_vendor_site_sourcing_flag = 'Y' THEN
1176: --If requesting OU has encumbrance enabled or destination inv org is OPM enabled
1177: --then do not cross OU boundaries
1178: IF (PO_CORE_S.is_encumbrance_on
1179: (p_doc_type => 'ANY',
1180: p_org_id => x_org_id))
1181: -- INVCONV START remove the opm restriction
1182: -- OR PO_GML_DB_COMMON.check_process_org(x_using_organization_id) = 'Y')

Line 6869: x_rate := PO_CORE_S.get_conversion_rate( l_sob_id ,

6865: GL_SETS_OF_BOOKS GSB
6866: WHERE FSP.set_of_books_id = GSB.set_of_books_id AND
6867: FND.currency_code = GSB.currency_code;
6868:
6869: x_rate := PO_CORE_S.get_conversion_rate( l_sob_id ,
6870: l_currency_code ,
6871: sysdate ,
6872: l_rate_type );
6873: