DBA Data[Home] [Help]

APPS.MSC_REL_WF dependencies on FND_FILE

Line 3480: FND_FILE.PUT_LINE(FND_FILE.LOG,'notification will sent to planner '||l_planner);

3476: FETCH PLANNER_C INTO l_planner;
3477: CLOSE PLANNER_C;
3478:
3479: if l_planner is not null then
3480: FND_FILE.PUT_LINE(FND_FILE.LOG,'notification will sent to planner '||l_planner);
3481: end if;
3482:
3483: wf_engine.CreateProcess( itemtype => item_type,
3484: itemkey => item_key,

Line 3634: FND_FILE.PUT_LINE(FND_FILE.LOG,'item_key='||item_key||', item_type='||item_type);

3630: avalue => all_rec.orig_item_desc);
3631:
3632: wf_engine.StartProcess( itemtype => item_type,
3633: itemkey => item_key);
3634: FND_FILE.PUT_LINE(FND_FILE.LOG,'item_key='||item_key||', item_type='||item_type);
3635:
3636: END LOOP;
3637: CLOSE all_c;
3638: