DBA Data[Home] [Help]

APPS.INV_VALIDATE_TROLIN dependencies on INV_CACHE

Line 316: l_return_value := INV_CACHE.set_wms_installed(g_organization_id);

312: ELSIF g_transaction_l.transaction_action_id in (2,28) THEN
313:
314: IF p_trolin_rec.organization_id <> nvl(g_organization_id, -1) THEN
315: g_organization_id := p_trolin_rec.organization_id;
316: l_return_value := INV_CACHE.set_wms_installed(g_organization_id);
317: If NOT l_return_value Then
318: RAISE fnd_api.g_exc_unexpected_error;
319: End If;
320: g_wms_org_flag := INV_CACHE.wms_installed;

Line 320: g_wms_org_flag := INV_CACHE.wms_installed;

316: l_return_value := INV_CACHE.set_wms_installed(g_organization_id);
317: If NOT l_return_value Then
318: RAISE fnd_api.g_exc_unexpected_error;
319: End If;
320: g_wms_org_flag := INV_CACHE.wms_installed;
321: END IF;
322:
323: IF p_trolin_rec.to_subinventory_code IS NULL THEN
324: --Bug #4347016

Line 780: IF (inv_cache.set_org_rec(p_trolin_rec.organization_id)) THEN

776: /*Bug#5036174. If the org is non-PJM enbled, then the 'from locator' should not be specific to any project. So the values of both project_id and task_id
777: passed to 'INV_VALIDATE.FROM_LOCATOR' should be null when the org is non-PJM
778: enabled.*/
779:
780: IF (inv_cache.set_org_rec(p_trolin_rec.organization_id)) THEN
781: l_pjm := inv_cache.org_rec.project_reference_enabled;
782: END IF;
783: IF (l_pjm = 2) THEN
784: IF INV_Validate.From_Locator(

Line 781: l_pjm := inv_cache.org_rec.project_reference_enabled;

777: passed to 'INV_VALIDATE.FROM_LOCATOR' should be null when the org is non-PJM
778: enabled.*/
779:
780: IF (inv_cache.set_org_rec(p_trolin_rec.organization_id)) THEN
781: l_pjm := inv_cache.org_rec.project_reference_enabled;
782: END IF;
783: IF (l_pjm = 2) THEN
784: IF INV_Validate.From_Locator(
785: g_from_locator