DBA Data[Home] [Help]

APPS.WMS_ZONES_PVT dependencies on FND_GLOBAL

Line 1828: , fnd_global.user_id

1824: , NULL
1825: , 'Y'
1826: , 'N')
1827: , SYSDATE
1828: , fnd_global.user_id
1829: , SYSDATE
1830: , fnd_global.user_id
1831: , fnd_global.login_id
1832: FROM wms_zone_locators_temp wzlt

Line 1830: , fnd_global.user_id

1826: , 'N')
1827: , SYSDATE
1828: , fnd_global.user_id
1829: , SYSDATE
1830: , fnd_global.user_id
1831: , fnd_global.login_id
1832: FROM wms_zone_locators_temp wzlt
1833: WHERE wzlt.message_id = 1
1834: AND ROWID = p_zoneloc_rowid_t (i)

Line 1831: , fnd_global.login_id

1827: , SYSDATE
1828: , fnd_global.user_id
1829: , SYSDATE
1830: , fnd_global.user_id
1831: , fnd_global.login_id
1832: FROM wms_zone_locators_temp wzlt
1833: WHERE wzlt.message_id = 1
1834: AND ROWID = p_zoneloc_rowid_t (i)
1835: AND NOT EXISTS (

Line 1918: fnd_global.user_id, SYSDATE, fnd_global.user_id,

1914: last_update_login)
1915: (SELECT p_org_id, p_zone_id, inventory_location_id,
1916: subinventory_code,
1917: DECODE (inventory_location_id, -999, 'Y', 'N'), SYSDATE,
1918: fnd_global.user_id, SYSDATE, fnd_global.user_id,
1919: fnd_global.user_id
1920: FROM wms_zone_locators_temp
1921: WHERE MESSAGE_ID = 1 );
1922:

Line 1919: fnd_global.user_id

1915: (SELECT p_org_id, p_zone_id, inventory_location_id,
1916: subinventory_code,
1917: DECODE (inventory_location_id, -999, 'Y', 'N'), SYSDATE,
1918: fnd_global.user_id, SYSDATE, fnd_global.user_id,
1919: fnd_global.user_id
1920: FROM wms_zone_locators_temp
1921: WHERE MESSAGE_ID = 1 );
1922:
1923: DEBUG ('committing' || SQL%ROWCOUNT, 'save_all_locators', 9);