DBA Data[Home] [Help]

APPS.INV_THIRD_PARTY_STOCK_PVT dependencies on PO_SYSTEM_PARAMETERS_ALL

Line 675: po_system_parameters_all

671: default_rate_type
672: INTO
673: l_rate_type
674: FROM
675: po_system_parameters_all
676: WHERE NVL(org_id,-99) = NVL(p_org_id,-99);
677: END IF ;
678: /* bug 5081702 End*/
679:

Line 1953: po_system_parameters_all

1949: default_rate_type
1950: INTO
1951: l_conv_type
1952: FROM
1953: po_system_parameters_all
1954: WHERE NVL(org_id,-99) = NVL(l_org_id,-99);
1955:
1956: IF l_conv_type IS NULL
1957: THEN