DBA Data[Home] [Help]

APPS.GME_MOBILE_LOVS dependencies on GME_PARAMETERS

Line 2244: * on hand. If the GME parameters is not set we call master LoV directly

2240:
2241:
2242: /* Bug#5663458
2243: * Created the following procedure. This procedure is to get subinventoried that have
2244: * on hand. If the GME parameters is not set we call master LoV directly
2245: */
2246: PROCEDURE Subinventory_OnHand_LoV(
2247: x_sub_lov OUT NOCOPY t_genref
2248: , p_organization_id IN NUMBER

Line 2257: FROM gme_parameters

2253: )
2254: IS
2255: CURSOR c_get_locind IS
2256: SELECT subinv_loc_ind
2257: FROM gme_parameters
2258: WHERE organization_id = p_organization_id;
2259:
2260: l_ind NUMBER(1) := 0;
2261: BEGIN

Line 2550: * on hand. If the GME parameters is not set we call master LoV directly

2546: END Locator_LoV;
2547:
2548: /* Bug#5663458
2549: * Created the following procedure. This procedure is to get locators that have
2550: * on hand. If the GME parameters is not set we call master LoV directly
2551: */
2552: PROCEDURE Locator_OnHand_LoV(
2553: x_locators OUT NOCOPY t_genref
2554: , p_organization_id IN NUMBER

Line 2564: FROM gme_parameters

2560: )
2561: IS
2562: CURSOR c_get_locind IS
2563: SELECT subinv_loc_ind
2564: FROM gme_parameters
2565: WHERE organization_id = p_organization_id;
2566:
2567: l_ind NUMBER(1) := 0;
2568: BEGIN