DBA Data[Home] [Help]

APPS.INV_THIRD_PARTY_STOCK_PVT dependencies on PO_SYSTEM_PARAMETERS_ALL

Line 667: po_system_parameters_all

663: default_rate_type
664: INTO
665: l_rate_type
666: FROM
667: po_system_parameters_all
668: WHERE NVL(org_id,-99) = NVL(p_org_id,-99);
669: END IF ;
670: /* bug 5081702 End*/
671:

Line 1958: po_system_parameters_all

1954: default_rate_type
1955: INTO
1956: l_conv_type
1957: FROM
1958: po_system_parameters_all
1959: WHERE NVL(org_id,-99) = NVL(l_org_id,-99);
1960:
1961: IF l_conv_type IS NULL
1962: THEN