DBA Data[Home] [Help]

APPS.INV_PR_PICK_SLIP_NUMBER dependencies on WSH_SHIPPING_PARAMETERS

Line 363: FROM wsh_shipping_parameters

359:
360: -- cursor to get number of times called before printer
361: CURSOR get_limit(v_org_id IN NUMBER) IS
362: SELECT NVL(pick_slip_lines, -1)
363: FROM wsh_shipping_parameters
364: WHERE organization_id = v_org_id;
365:
366: l_limit NUMBER;
367: l_insert_key_rec keyrectyp;

Line 1454: FROM wsh_shipping_parameters

1450: WHERE pick_grouping_rule_id = v_pgr_id;
1451: -- cursor to get number of times called before printer
1452: CURSOR get_limit(v_org_id IN NUMBER) IS
1453: SELECT NVL(pick_slip_lines, -1)
1454: FROM wsh_shipping_parameters
1455: WHERE organization_id = v_org_id;
1456:
1457: l_limit NUMBER;
1458: l_insert_key_rec keyrectyp;