DBA Data[Home] [Help]

APPS.CSP_SCH_INT_PVT dependencies on OE_SHIP_METHODS_V

Line 7592: from OE_SHIP_METHODS_V

7588: and organization_id = c_org_id;
7589:
7590: CURSOR get_shpping_method_meaning(c_ship_method varchar2) IS
7591: select meaning
7592: from OE_SHIP_METHODS_V
7593: where lookup_code = c_ship_method;
7594:
7595: BEGIN
7596: