DBA Data[Home] [Help]

APPS.WMS_ZONES_PVT dependencies on FND_GLOBAL

Line 1804: , fnd_global.user_id

1800: , NULL
1801: , 'Y'
1802: , 'N')
1803: , SYSDATE
1804: , fnd_global.user_id
1805: , SYSDATE
1806: , fnd_global.user_id
1807: , fnd_global.login_id
1808: FROM wms_zone_locators_temp wzlt

Line 1806: , fnd_global.user_id

1802: , 'N')
1803: , SYSDATE
1804: , fnd_global.user_id
1805: , SYSDATE
1806: , fnd_global.user_id
1807: , fnd_global.login_id
1808: FROM wms_zone_locators_temp wzlt
1809: WHERE wzlt.message_id = 1
1810: AND ROWID = p_zoneloc_rowid_t (i)

Line 1807: , fnd_global.login_id

1803: , SYSDATE
1804: , fnd_global.user_id
1805: , SYSDATE
1806: , fnd_global.user_id
1807: , fnd_global.login_id
1808: FROM wms_zone_locators_temp wzlt
1809: WHERE wzlt.message_id = 1
1810: AND ROWID = p_zoneloc_rowid_t (i)
1811: AND NOT EXISTS (

Line 1894: fnd_global.user_id, SYSDATE, fnd_global.user_id,

1890: last_update_login)
1891: (SELECT p_org_id, p_zone_id, inventory_location_id,
1892: subinventory_code,
1893: DECODE (inventory_location_id, -999, 'Y', 'N'), SYSDATE,
1894: fnd_global.user_id, SYSDATE, fnd_global.user_id,
1895: fnd_global.user_id
1896: FROM wms_zone_locators_temp
1897: WHERE MESSAGE_ID = 1 );
1898:

Line 1895: fnd_global.user_id

1891: (SELECT p_org_id, p_zone_id, inventory_location_id,
1892: subinventory_code,
1893: DECODE (inventory_location_id, -999, 'Y', 'N'), SYSDATE,
1894: fnd_global.user_id, SYSDATE, fnd_global.user_id,
1895: fnd_global.user_id
1896: FROM wms_zone_locators_temp
1897: WHERE MESSAGE_ID = 1 );
1898:
1899: DEBUG ('committing' || SQL%ROWCOUNT, 'save_all_locators', 9);