DBA Data[Home] [Help]

APPS.BOMPCCLT dependencies on FND_GLOBAL

Line 465: l_last_updated_by := NVL(fnd_global.user_id, -1); -- BUG 4990802

461: End loop; -- components
462: End if; -- make
463: l_stmt := '5';
464:
465: l_last_updated_by := NVL(fnd_global.user_id, -1); -- BUG 4990802
466: l_last_update_login := NVL(fnd_global.login_id, -1); -- BUG 4990802
467: /* Modified update statement to include the attributes last_update_date, last_updated_by, last_update_login for BUG 4990802 */
468: if (X_include_in_rollup ='Y') then
469: Update mtl_system_items set

Line 466: l_last_update_login := NVL(fnd_global.login_id, -1); -- BUG 4990802

462: End if; -- make
463: l_stmt := '5';
464:
465: l_last_updated_by := NVL(fnd_global.user_id, -1); -- BUG 4990802
466: l_last_update_login := NVL(fnd_global.login_id, -1); -- BUG 4990802
467: /* Modified update statement to include the attributes last_update_date, last_updated_by, last_update_login for BUG 4990802 */
468: if (X_include_in_rollup ='Y') then
469: Update mtl_system_items set
470: CUMULATIVE_TOTAL_LEAD_TIME = l_assy_rec.total_lead_time + l_ctlt ,