DBA Data[Home] [Help]

APPS.CTO_UPDATE_CONFIGS_PK dependencies on FND_GLOBAL

Line 233: FND_GLOBAL.USER_ID,

229: VALUES
230: ( MRP_ASSIGNMENT_SETS_S.nextval,
231: 'CTO Configuration Updates',
232: 'Exclusively for use by CTO. Used during Upgrade Concurrent programs',
233: FND_GLOBAL.USER_ID,
234: FND_GLOBAL.USER_ID,
235: sysdate,
236: sysdate
237: )

Line 234: FND_GLOBAL.USER_ID,

230: ( MRP_ASSIGNMENT_SETS_S.nextval,
231: 'CTO Configuration Updates',
232: 'Exclusively for use by CTO. Used during Upgrade Concurrent programs',
233: FND_GLOBAL.USER_ID,
234: FND_GLOBAL.USER_ID,
235: sysdate,
236: sysdate
237: )
238: returning assignment_set_id INTO l_cto_aset_id;

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

2879: sysdate, -- schedule_ship_date
2880: 'N' , -- option_specific BUGFIX 3602292 defaulted this value to N as model will not have option_specific_sourced flag.
2881: nvl(msi.config_orgs, '1'), -- config_orgs
2882: sysdate, -- creation_date
2883: nvl(Fnd_Global.USER_ID, -1), -- created_by
2884: sysdate, -- last_update_date
2885: nvl(Fnd_Global.USER_ID, -1), -- last_updated_by
2886: cto_update_configs_pk.bac_program_id, -- program_id
2887: 'Y', -- perform_match /* Sushant made changes to identify matched items */

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

2881: nvl(msi.config_orgs, '1'), -- config_orgs
2882: sysdate, -- creation_date
2883: nvl(Fnd_Global.USER_ID, -1), -- created_by
2884: sysdate, -- last_update_date
2885: nvl(Fnd_Global.USER_ID, -1), -- last_updated_by
2886: cto_update_configs_pk.bac_program_id, -- program_id
2887: 'Y', -- perform_match /* Sushant made changes to identify matched items */
2888: 'N', -- reuse_config
2889: bac.organization_id

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

3190: sysdate, -- schedule_ship_date
3191: nvl(to_char(msi.option_specific_sourced),'N'), -- option_specific --bugfix3845686
3192: nvl(msi.config_orgs, '1'), -- config_orgs
3193: sysdate, -- creation_date
3194: nvl(Fnd_Global.USER_ID, -1), -- created_by
3195: sysdate, -- last_update_date
3196: nvl(Fnd_Global.USER_ID, -1), -- last_updated_by
3197: cto_update_configs_pk.bac_program_id -- program_id
3198: from bom_ato_configurations bac,

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

3192: nvl(msi.config_orgs, '1'), -- config_orgs
3193: sysdate, -- creation_date
3194: nvl(Fnd_Global.USER_ID, -1), -- created_by
3195: sysdate, -- last_update_date
3196: nvl(Fnd_Global.USER_ID, -1), -- last_updated_by
3197: cto_update_configs_pk.bac_program_id -- program_id
3198: from bom_ato_configurations bac,
3199: mtl_system_items msi
3200: where bac.config_item_id = l_curr_config_id