DBA Data[Home] [Help]

APPS.CSP_SCH_INT_PVT dependencies on OE_SHIP_METHODS_V

Line 5050: from OE_SHIP_METHODS_V

5046: and organization_id = c_org_id;
5047:
5048: CURSOR get_shpping_method_meaning(c_ship_method varchar2) IS
5049: select meaning
5050: from OE_SHIP_METHODS_V
5051: where lookup_code = c_ship_method;
5052:
5053: BEGIN
5054: