DBA Data[Home] [Help]

APPS.ZPB_DC_OBJECTS_PVT dependencies on FND_FILE

Line 603: fnd_file.PUT_LINE(FND_FILE.LOG, sqlcode);

599:
600: --COMMIT WORK;
601: exception
602: when others then
603: fnd_file.PUT_LINE(FND_FILE.LOG, sqlcode);
604: END Distribute;
605:
606: /*------------------- End Private Procedures ---------------*/
607:

Line 2348: FND_FILE.Put_Line ( FND_FILE.LOG, 'set_template_recipient - l_rolename=' || l_rolename ) ;

2344: l_charDate := to_char(sysdate, 'J-SSSSS');
2345: l_rolename := 'ZPB_DC_TMPL_USER'|| to_char(p_template_id) || '-' || l_charDate;
2346: zpb_wf_ntf.SetRole(l_rolename, l_exp_days);
2347:
2348: FND_FILE.Put_Line ( FND_FILE.LOG, 'set_template_recipient - l_rolename=' || l_rolename ) ;
2349: FOR template_user_rec IN template_user_csr
2350: LOOP
2351: FND_FILE.Put_Line ( FND_FILE.LOG, 'set_template_recipient - template_user_rec.user_name=' || template_user_rec.user_name ) ;
2352: l_rolename := zpb_wf_ntf.update_Role_with_Shadows(l_rolename, template_user_rec.user_name);

Line 2351: FND_FILE.Put_Line ( FND_FILE.LOG, 'set_template_recipient - template_user_rec.user_name=' || template_user_rec.user_name ) ;

2347:
2348: FND_FILE.Put_Line ( FND_FILE.LOG, 'set_template_recipient - l_rolename=' || l_rolename ) ;
2349: FOR template_user_rec IN template_user_csr
2350: LOOP
2351: FND_FILE.Put_Line ( FND_FILE.LOG, 'set_template_recipient - template_user_rec.user_name=' || template_user_rec.user_name ) ;
2352: l_rolename := zpb_wf_ntf.update_Role_with_Shadows(l_rolename, template_user_rec.user_name);
2353: FND_FILE.Put_Line ( FND_FILE.LOG, 'set_template_recipient - after call to update_Role_with_Shadows') ;
2354: END LOOP;
2355: x_role_name := l_rolename;

Line 2353: FND_FILE.Put_Line ( FND_FILE.LOG, 'set_template_recipient - after call to update_Role_with_Shadows') ;

2349: FOR template_user_rec IN template_user_csr
2350: LOOP
2351: FND_FILE.Put_Line ( FND_FILE.LOG, 'set_template_recipient - template_user_rec.user_name=' || template_user_rec.user_name ) ;
2352: l_rolename := zpb_wf_ntf.update_Role_with_Shadows(l_rolename, template_user_rec.user_name);
2353: FND_FILE.Put_Line ( FND_FILE.LOG, 'set_template_recipient - after call to update_Role_with_Shadows') ;
2354: END LOOP;
2355: x_role_name := l_rolename;
2356: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
2357: p_data => x_msg_data );