DBA Data[Home] [Help]

APPS.PO_AUTOSOURCE_SV dependencies on PO_CORE_S

Line 1174: IF (PO_CORE_S.is_encumbrance_on

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

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

6788: GL_SETS_OF_BOOKS GSB
6789: WHERE FSP.set_of_books_id = GSB.set_of_books_id AND
6790: FND.currency_code = GSB.currency_code;
6791:
6792: x_rate := PO_CORE_S.get_conversion_rate( l_sob_id ,
6793: l_currency_code ,
6794: sysdate ,
6795: l_rate_type );
6796: