DBA Data[Home] [Help]

APPS.MSD_EOL_PLAN dependencies on FND_GLOBAL

Line 289: ,fnd_global.user_id

285: ,par.VIEW_NAME
286: ,par.ALLO_AGG_BASIS_STREAM_ID
287: ,par.NUMBER_OF_PERIOD
288: ,SYSDATE
289: ,fnd_global.user_id
290: ,SYSDATE
291: ,fnd_global.user_id
292: ,fnd_global.login_id
293: ,NULL

Line 291: ,fnd_global.user_id

287: ,par.NUMBER_OF_PERIOD
288: ,SYSDATE
289: ,fnd_global.user_id
290: ,SYSDATE
291: ,fnd_global.user_id
292: ,fnd_global.login_id
293: ,NULL
294: ,NULL
295: ,NULL

Line 292: ,fnd_global.login_id

288: ,SYSDATE
289: ,fnd_global.user_id
290: ,SYSDATE
291: ,fnd_global.user_id
292: ,fnd_global.login_id
293: ,NULL
294: ,NULL
295: ,NULL
296: ,SYSDATE

Line 377: ,fnd_global.user_id

373: ,par.VIEW_NAME
374: ,par.ALLO_AGG_BASIS_STREAM_ID
375: ,par.NUMBER_OF_PERIOD
376: ,SYSDATE
377: ,fnd_global.user_id
378: ,SYSDATE
379: ,fnd_global.user_id
380: ,fnd_global.login_id
381: ,NULL

Line 379: ,fnd_global.user_id

375: ,par.NUMBER_OF_PERIOD
376: ,SYSDATE
377: ,fnd_global.user_id
378: ,SYSDATE
379: ,fnd_global.user_id
380: ,fnd_global.login_id
381: ,NULL
382: ,NULL
383: ,NULL

Line 380: ,fnd_global.login_id

376: ,SYSDATE
377: ,fnd_global.user_id
378: ,SYSDATE
379: ,fnd_global.user_id
380: ,fnd_global.login_id
381: ,NULL
382: ,NULL
383: ,NULL
384: ,SYSDATE

Line 491: ,fnd_global.user_id

487: ,par.VIEW_NAME
488: ,par.ALLO_AGG_BASIS_STREAM_ID
489: ,par.NUMBER_OF_PERIOD
490: ,SYSDATE
491: ,fnd_global.user_id
492: ,SYSDATE
493: ,fnd_global.user_id
494: ,fnd_global.login_id
495: ,NULL

Line 493: ,fnd_global.user_id

489: ,par.NUMBER_OF_PERIOD
490: ,SYSDATE
491: ,fnd_global.user_id
492: ,SYSDATE
493: ,fnd_global.user_id
494: ,fnd_global.login_id
495: ,NULL
496: ,NULL
497: ,NULL

Line 494: ,fnd_global.login_id

490: ,SYSDATE
491: ,fnd_global.user_id
492: ,SYSDATE
493: ,fnd_global.user_id
494: ,fnd_global.login_id
495: ,NULL
496: ,NULL
497: ,NULL
498: ,SYSDATE

Line 574: ,fnd_global.user_id

570: ,mdds.SELECTION_VALUE
571: ,mdds.SUPPLY_PLAN_FLAG
572: ,l_supply_plan_name
573: ,SYSDATE
574: ,fnd_global.user_id
575: ,SYSDATE
576: ,fnd_global.user_id
577: ,fnd_global.login_id
578: ,NULL

Line 576: ,fnd_global.user_id

572: ,l_supply_plan_name
573: ,SYSDATE
574: ,fnd_global.user_id
575: ,SYSDATE
576: ,fnd_global.user_id
577: ,fnd_global.login_id
578: ,NULL
579: ,NULL
580: ,NULL

Line 577: ,fnd_global.login_id

573: ,SYSDATE
574: ,fnd_global.user_id
575: ,SYSDATE
576: ,fnd_global.user_id
577: ,fnd_global.login_id
578: ,NULL
579: ,NULL
580: ,NULL
581: ,SYSDATE

Line 609: set selection_script=selection_script||'V.'||c2_rec.selection_component||c5_rec.parameter_id||fnd_global.local_chr(10)

605:
606: l_pos := instr(nvl(l_selection_script,'@#$'),c5_rec.parameter_id);
607: if l_pos = 0 then
608: update msd_dp_seeded_doc_dimensions
609: set selection_script=selection_script||'V.'||c2_rec.selection_component||c5_rec.parameter_id||fnd_global.local_chr(10)
610: where demand_plan_id=p_demand_plan_id
611: and document_id=(select document_id from msd_dp_seeded_documents where document_name='MSD_SD_EOL_LWF' and demand_plan_id=p_demand_plan_id)
612: and dimension_code='MEAS';
613: end if;