DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_APIS dependencies on INV_CACHE

Line 702: if inv_cache.set_org_rec(p_organization_id) then

698: END IF; --END IF p_att_exist = 'Y'
699:
700: /* Bug 13727314 */
701:
702: if inv_cache.set_org_rec(p_organization_id) then
703: l_default_status_id := inv_cache.org_rec.default_status_id;
704: end if;
705:
706: IF (l_default_status_id is not null AND l_allow_status_entry = 'Y' AND l_serial_control_code not in (2,5)) THEN

Line 703: l_default_status_id := inv_cache.org_rec.default_status_id;

699:
700: /* Bug 13727314 */
701:
702: if inv_cache.set_org_rec(p_organization_id) then
703: l_default_status_id := inv_cache.org_rec.default_status_id;
704: end if;
705:
706: IF (l_default_status_id is not null AND l_allow_status_entry = 'Y' AND l_serial_control_code not in (2,5)) THEN
707: l_lot_status_id := p_status_id;