DBA Data[Home] [Help]

APPS.CTO_UPDATE_CONFIGS_PK dependencies on FND_GLOBAL

Line 257: FND_GLOBAL.USER_ID,

253: VALUES
254: ( MRP_ASSIGNMENT_SETS_S.nextval,
255: 'CTO Configuration Updates',
256: 'Exclusively for use by CTO. Used during Upgrade Concurrent programs',
257: FND_GLOBAL.USER_ID,
258: FND_GLOBAL.USER_ID,
259: sysdate,
260: sysdate
261: )

Line 258: FND_GLOBAL.USER_ID,

254: ( MRP_ASSIGNMENT_SETS_S.nextval,
255: 'CTO Configuration Updates',
256: 'Exclusively for use by CTO. Used during Upgrade Concurrent programs',
257: FND_GLOBAL.USER_ID,
258: FND_GLOBAL.USER_ID,
259: sysdate,
260: sysdate
261: )
262: returning assignment_set_id INTO l_cto_aset_id;

Line 3115: nvl(Fnd_Global.USER_ID, -1), -- created_by

3111: sysdate, -- schedule_ship_date
3112: 'N' , -- option_specific BUGFIX 3602292 defaulted this value to N as model will not have option_specific_sourced flag.
3113: nvl(msi.config_orgs, '1'), -- config_orgs
3114: sysdate, -- creation_date
3115: nvl(Fnd_Global.USER_ID, -1), -- created_by
3116: sysdate, -- last_update_date
3117: nvl(Fnd_Global.USER_ID, -1), -- last_updated_by
3118: cto_update_configs_pk.bac_program_id, -- program_id
3119: 'Y', -- perform_match /* Sushant made changes to identify matched items */

Line 3117: nvl(Fnd_Global.USER_ID, -1), -- last_updated_by

3113: nvl(msi.config_orgs, '1'), -- config_orgs
3114: sysdate, -- creation_date
3115: nvl(Fnd_Global.USER_ID, -1), -- created_by
3116: sysdate, -- last_update_date
3117: nvl(Fnd_Global.USER_ID, -1), -- last_updated_by
3118: cto_update_configs_pk.bac_program_id, -- program_id
3119: 'Y', -- perform_match /* Sushant made changes to identify matched items */
3120: 'N', -- reuse_config
3121: bac.organization_id

Line 3561: nvl(Fnd_Global.USER_ID, -1), -- created_by

3557: sysdate, -- schedule_ship_date
3558: nvl(to_char(msi.option_specific_sourced),'N'), -- option_specific --bugfix3845686
3559: nvl(msi.config_orgs, '1'), -- config_orgs
3560: sysdate, -- creation_date
3561: nvl(Fnd_Global.USER_ID, -1), -- created_by
3562: sysdate, -- last_update_date
3563: nvl(Fnd_Global.USER_ID, -1), -- last_updated_by
3564: cto_update_configs_pk.bac_program_id, -- program_id
3565: bac.organization_id --Bugfix 10240482

Line 3563: nvl(Fnd_Global.USER_ID, -1), -- last_updated_by

3559: nvl(msi.config_orgs, '1'), -- config_orgs
3560: sysdate, -- creation_date
3561: nvl(Fnd_Global.USER_ID, -1), -- created_by
3562: sysdate, -- last_update_date
3563: nvl(Fnd_Global.USER_ID, -1), -- last_updated_by
3564: cto_update_configs_pk.bac_program_id, -- program_id
3565: bac.organization_id --Bugfix 10240482
3566: from bom_ato_configurations bac,
3567: mtl_system_items msi