DBA Data[Home] [Help]

APPS.UMX_REGISTER_USER_PVT dependencies on FND_LOG

Line 32: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

28:
29:
30: BEGIN
31:
32: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
33: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
34: 'fnd.plsql.UMXIBURB.createpersonpartyinternal.begin','');
35: end if;
36:

Line 33: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

29:
30: BEGIN
31:
32: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
33: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
34: 'fnd.plsql.UMXIBURB.createpersonpartyinternal.begin','');
35: end if;
36:
37:

Line 57: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

53: l_person_rec.person_name_suffix := l_person_name_suffix;
54: l_person_rec.created_by_module := G_CREATED_BY_MODULE;
55: l_person_rec.application_id := 0;
56:
57: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
58: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
59: 'fnd.plsql.UMXIBURB.createpersonpartyinternal',
60: 'invoking Hz_party_v2_pub.createperson');
61: end if;

Line 58: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,

54: l_person_rec.created_by_module := G_CREATED_BY_MODULE;
55: l_person_rec.application_id := 0;
56:
57: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
58: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
59: 'fnd.plsql.UMXIBURB.createpersonpartyinternal',
60: 'invoking Hz_party_v2_pub.createperson');
61: end if;
62:

Line 73: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

69: x_return_status => X_Return_Status,
70: x_msg_count => X_Msg_Count,
71: x_msg_data => X_Msg_Data);
72:
73: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
74: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
75: 'fnd.plsql.UMXIBURB.createpersonpartyinternal',
76: 'completed Hz_party_v2_pub.createperson: ' || x_return_status);
77: end if;

Line 74: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,

70: x_msg_count => X_Msg_Count,
71: x_msg_data => X_Msg_Data);
72:
73: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
74: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
75: 'fnd.plsql.UMXIBURB.createpersonpartyinternal',
76: 'completed Hz_party_v2_pub.createperson: ' || x_return_status);
77: end if;
78:

Line 83: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

79: if x_return_status <> FND_API.G_RET_STS_SUCCESS then
80: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
81: end if;
82:
83: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
84: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
85: 'fnd.plsql.UMXIBURB.createpersonpartyinternal.end','');
86: end if;
87:

Line 84: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

80: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
81: end if;
82:
83: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
84: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
85: 'fnd.plsql.UMXIBURB.createpersonpartyinternal.end','');
86: end if;
87:
88: END CreatePersonPartyInternal;

Line 121: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

117: X_Msg_data VARCHAR2 (300);
118:
119: BEGIN
120:
121: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
122: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
123: 'fnd.plsql.UMXIBURB.createcontactpointinternal.begin','');
124: end if;
125:

Line 122: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

118:
119: BEGIN
120:
121: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
122: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
123: 'fnd.plsql.UMXIBURB.createcontactpointinternal.begin','');
124: end if;
125:
126: -- get the values from event object

Line 162: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

158: x_msg_count => X_Msg_Count,
159: x_msg_data => X_Msg_Data);
160:
161:
162: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
163: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
164: 'fnd.plsql.UMXIBURB.createcontactpointinternal',
165: 'processed HZ_CONTACT_POINT_V2 mail: ' || x_return_status);
166: end if;

Line 163: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,

159: x_msg_data => X_Msg_Data);
160:
161:
162: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
163: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
164: 'fnd.plsql.UMXIBURB.createcontactpointinternal',
165: 'processed HZ_CONTACT_POINT_V2 mail: ' || x_return_status);
166: end if;
167:

Line 195: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

191: x_msg_count => X_Msg_Count,
192: x_msg_data => X_Msg_Data );
193:
194:
195: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
196: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
197: 'fnd.plsql.UMXIBURB.createcontactpointinternal',
198: 'processed HZ_CONTACT_POINT_V2 phone: ' || x_return_status);
199: end if;

Line 196: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,

192: x_msg_data => X_Msg_Data );
193:
194:
195: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
196: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
197: 'fnd.plsql.UMXIBURB.createcontactpointinternal',
198: 'processed HZ_CONTACT_POINT_V2 phone: ' || x_return_status);
199: end if;
200:

Line 208: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

204:
205:
206: end if;
207:
208: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
209: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
210: 'fnd.plsql.UMXIBURB.createcontactpointinternal.end','');
211: end if;
212:

Line 209: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

205:
206: end if;
207:
208: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
209: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
210: 'fnd.plsql.UMXIBURB.createcontactpointinternal.end','');
211: end if;
212:
213: END CreateContactPointInternal;

Line 255: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

251:
252: Begin
253: --null;
254: -- create person.
255: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
256: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
257: 'fnd.plsql.UMXIBURB.Registerb2bUser_Internal.begin',
258: '');
259: end if;

Line 256: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

252: Begin
253: --null;
254: -- create person.
255: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
256: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
257: 'fnd.plsql.UMXIBURB.Registerb2bUser_Internal.begin',
258: '');
259: end if;
260:

Line 304: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

300: CreateContactPointInternal (p_event, to_char (l_party_id));
301:
302: -- create contact
303:
304: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
305: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
306: 'fnd.plsql.UMXIBURB.Registerb2bUser_Internal.end',
307: '');
308: end if;

Line 305: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

301:
302: -- create contact
303:
304: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
305: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
306: 'fnd.plsql.UMXIBURB.Registerb2bUser_Internal.end',
307: '');
308: end if;
309: end RegisterB2BUser_Internal;

Line 337: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

333: X_Msg_Count NUMBER;
334: X_Msg_data VARCHAR2 (300);
335: BEGIN
336:
337: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
338: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
339: 'fnd.plsql.UMXIBURB.RegisterB2CUser_Internal.begin',
340: '');
341: end if;

Line 338: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

334: X_Msg_data VARCHAR2 (300);
335: BEGIN
336:
337: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
338: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
339: 'fnd.plsql.UMXIBURB.RegisterB2CUser_Internal.begin',
340: '');
341: end if;
342: -- Create individual person party

Line 363: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

359: l_contact_preference_rec.requested_by := 'INTERNAL';
360: l_contact_preference_rec.created_by_module := G_CREATED_BY_MODULE;
361: l_contact_preference_rec.application_id := 0;
362:
363: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
364: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
365: 'fnd.plsql.UMXIBURB.RegisterB2CUser_Internal',
366: 'invoking hz_createContactpreference for party_id:' || p_person_party_id);
367: end if;

Line 364: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,

360: l_contact_preference_rec.created_by_module := G_CREATED_BY_MODULE;
361: l_contact_preference_rec.application_id := 0;
362:
363: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
364: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
365: 'fnd.plsql.UMXIBURB.RegisterB2CUser_Internal',
366: 'invoking hz_createContactpreference for party_id:' || p_person_party_id);
367: end if;
368:

Line 381: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

377: if x_return_status <> FND_API.G_RET_STS_SUCCESS then
378: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
379: end if;
380:
381: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
382: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
383: 'fnd.plsql.UMXIBURB.RegisterB2CUser_Internal.end',
384: '');
385: end if;

Line 382: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

378: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
379: end if;
380:
381: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
382: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
383: 'fnd.plsql.UMXIBURB.RegisterB2CUser_Internal.end',
384: '');
385: end if;
386: END RegisterB2CUser_Internal;

Line 413: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

409:
410:
411: BEGIN
412:
413: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
414: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
415: 'fnd.plsql.UMXIBURB.Createpersonparty.begin',
416: '');
417: end if;

Line 414: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

410:
411: BEGIN
412:
413: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
414: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
415: 'fnd.plsql.UMXIBURB.Createpersonparty.begin',
416: '');
417: end if;
418:

Line 457: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

453: and hzp_rel.email_address is not null;
454:
455: begin
456:
457: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
458: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
459: 'fnd.plsql.UMXIBURB.GetPartyEmailAddress.begin',
460: 'personPartyId: ' || p_person_party_id);
461: end if;

Line 458: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

454:
455: begin
456:
457: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
458: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
459: 'fnd.plsql.UMXIBURB.GetPartyEmailAddress.begin',
460: 'personPartyId: ' || p_person_party_id);
461: end if;
462:

Line 474: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

470: fetch get_email_from_party_rel into x_email_address;
471: close get_email_from_party_rel;
472: end if;
473:
474: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
475: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
476: 'fnd.plsql.UMXIBURB.getpartyemailaddress.end',
477: 'emailAddress: ' || x_email_address);
478: end if;

Line 475: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

471: close get_email_from_party_rel;
472: end if;
473:
474: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
475: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
476: 'fnd.plsql.UMXIBURB.getpartyemailaddress.end',
477: 'emailAddress: ' || x_email_address);
478: end if;
479:

Line 487: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

483:
484: l_email_address hz_parties.email_address%type;
485: begin
486:
487: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
488: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
489: 'fnd.plsql.UMXIBURB.getpersonemailaddress.begin',
490: 'Invoking getPartyemailaddress:' || p_person_party_id);
491: end if;

Line 488: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

484: l_email_address hz_parties.email_address%type;
485: begin
486:
487: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
488: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
489: 'fnd.plsql.UMXIBURB.getpersonemailaddress.begin',
490: 'Invoking getPartyemailaddress:' || p_person_party_id);
491: end if;
492:

Line 496: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

492:
493: Get_Party_Email_Address (p_person_party_id => p_person_party_id,
494: x_email_address => l_email_address);
495:
496: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
497: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
498: 'fnd.plsql.UMXIBURB.getpersonemailaddress.end',
499: 'after getPartyemailaddress:' || l_email_address);
500: end if;

Line 497: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

493: Get_Party_Email_Address (p_person_party_id => p_person_party_id,
494: x_email_address => l_email_address);
495:
496: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
497: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
498: 'fnd.plsql.UMXIBURB.getpersonemailaddress.end',
499: 'after getPartyemailaddress:' || l_email_address);
500: end if;
501:

Line 530: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

526: p_person_party_id varchar2 (30);
527:
528: BEGIN
529:
530: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
531: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
532: 'fnd.plsql.UMXIBURB.Register_Business_User.begin',
533: 'Begin');
534: end if;

Line 531: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

527:
528: BEGIN
529:
530: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
531: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
532: 'fnd.plsql.UMXIBURB.Register_Business_User.begin',
533: 'Begin');
534: end if;
535:

Line 542: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

538:
539: /**
540: **log all the params passed to this subscription
541: */
542: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
543: l_parameter_list := p_event.getparameterlist ();
544: for i in 1..l_parameter_list.count loop
545: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
546: 'fnd.plsql.UMXIBURB.Register_Business_User',

Line 545: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,

541: */
542: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
543: l_parameter_list := p_event.getparameterlist ();
544: for i in 1..l_parameter_list.count loop
545: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
546: 'fnd.plsql.UMXIBURB.Register_Business_User',
547: 'name:' || l_parameter_list (i).getName () ||
548: ' value:' || l_parameter_list (i).getValue ());
549: end loop;

Line 556: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

552: --create B2B party and populate the event object back to main workflow
553:
554: RegisterB2BUser_Internal (p_event,p_person_party_id);
555:
556: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
557: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
558: 'fnd.plsql.UMXIBURB.Register_Business_User',
559: 'Invoking setevent object personPartyId: ' || p_person_party_id);
560: end if;

Line 557: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,

553:
554: RegisterB2BUser_Internal (p_event,p_person_party_id);
555:
556: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
557: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
558: 'fnd.plsql.UMXIBURB.Register_Business_User',
559: 'Invoking setevent object personPartyId: ' || p_person_party_id);
560: end if;
561:

Line 565: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

561:
562: l_success := UMX_REGISTRATION_UTIL.set_event_object (p_event, 'PERSON_PARTY_ID', p_person_party_id);
563: end if;
564:
565: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
566: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
567: 'fnd.plsql.UMXIBURB.Register_Business_User.end',
568: 'End');
569: end if;

Line 566: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

562: l_success := UMX_REGISTRATION_UTIL.set_event_object (p_event, 'PERSON_PARTY_ID', p_person_party_id);
563: end if;
564:
565: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
566: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
567: 'fnd.plsql.UMXIBURB.Register_Business_User.end',
568: 'End');
569: end if;
570: return 'SUCCESS';

Line 575: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

571:
572: EXCEPTION
573: WHEN OTHERS THEN
574:
575: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
576: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
577: 'fnd.plsql.UMXIBURB.Register_Business_User',
578: 'Exception occurs');
579: end if;

Line 576: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,

572: EXCEPTION
573: WHEN OTHERS THEN
574:
575: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
576: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
577: 'fnd.plsql.UMXIBURB.Register_Business_User',
578: 'Exception occurs');
579: end if;
580:

Line 616: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

612: p_person_party_id varchar2 (30);
613:
614: BEGIN
615:
616: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
617: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
618: 'fnd.plsql.UMXIBURB.Register_Individual_user.begin',
619: 'Begin');
620: end if;

Line 617: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

613:
614: BEGIN
615:
616: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
617: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
618: 'fnd.plsql.UMXIBURB.Register_Individual_user.begin',
619: 'Begin');
620: end if;
621:

Line 628: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

624: /**
625: **log all the params passed to this subscription
626: */
627:
628: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
629:
630: l_parameter_list := p_event.getparameterlist ();
631: for i in 1..l_parameter_list.count loop
632: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,

Line 632: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,

628: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
629:
630: l_parameter_list := p_event.getparameterlist ();
631: for i in 1..l_parameter_list.count loop
632: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
633: 'fnd.plsql.UMXIBURB.Register_Individual_user','name:' || l_parameter_list (i).getName () ||
634: ' value:' || l_parameter_list (i).getValue ());
635: end loop;
636:

Line 642: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

638:
639: --create B2C party and populate the event object back to main workflow
640: RegisterB2CUser_Internal (p_event, p_person_party_id);
641:
642: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
643: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
644: 'fnd.plsql.UMXIBURB.Register_Individual_user',
645: 'Invoking setevent object personPartyId: ' || p_person_party_id);
646: end if;

Line 643: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,

639: --create B2C party and populate the event object back to main workflow
640: RegisterB2CUser_Internal (p_event, p_person_party_id);
641:
642: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
643: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
644: 'fnd.plsql.UMXIBURB.Register_Individual_user',
645: 'Invoking setevent object personPartyId: ' || p_person_party_id);
646: end if;
647:

Line 652: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

648: l_success := UMX_REGISTRATION_UTIL.set_event_object (p_event,'PERSON_PARTY_ID', p_person_party_id);
649:
650: end if;
651:
652: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
653: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
654: 'fnd.plsql.UMXIBURB.Register_Individual_user.end',
655: 'End');
656: end if;

Line 653: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,

649:
650: end if;
651:
652: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
653: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,
654: 'fnd.plsql.UMXIBURB.Register_Individual_user.end',
655: 'End');
656: end if;
657: return 'SUCCESS';

Line 732: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

728: l_encoded_message varchar2 (32100);
729:
730: begin
731:
732: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
733: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE, 'fnd.plsql.UMXIBURB.TestUserName.begin',
734: 'p_user_name=' || p_user_name);
735: end if;
736:

Line 733: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE, 'fnd.plsql.UMXIBURB.TestUserName.begin',

729:
730: begin
731:
732: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
733: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE, 'fnd.plsql.UMXIBURB.TestUserName.begin',
734: 'p_user_name=' || p_user_name);
735: end if;
736:
737: x_return_status := fnd_user_pkg.TestUserName (x_user_name => p_user_name);

Line 739: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

735: end if;
736:
737: x_return_status := fnd_user_pkg.TestUserName (x_user_name => p_user_name);
738:
739: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
740: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT, 'fnd.plsql.UMXIBURB.TestUserName',
741: 'After invoking fnd_user_pkg.TestUserName x_return_status=>' || x_return_status);
742: end if;
743:

Line 740: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT, 'fnd.plsql.UMXIBURB.TestUserName',

736:
737: x_return_status := fnd_user_pkg.TestUserName (x_user_name => p_user_name);
738:
739: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
740: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT, 'fnd.plsql.UMXIBURB.TestUserName',
741: 'After invoking fnd_user_pkg.TestUserName x_return_status=>' || x_return_status);
742: end if;
743:
744: if (x_return_status = fnd_user_pkg.USER_SYNCHED) then

Line 756: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

752: fnd_message.set_encoded (l_encoded_message);
753: x_message_text := fnd_message.get;
754: end if;
755:
756: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
757: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE, 'fnd.plsql.UMXIBURB.TestUserName.end',
758: 'x_message_app_name=' || x_message_app_name || ' x_message_name=' || x_message_name ||
759: ' x_message_text=' || x_message_text);
760: end if;

Line 757: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE, 'fnd.plsql.UMXIBURB.TestUserName.end',

753: x_message_text := fnd_message.get;
754: end if;
755:
756: if (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
757: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE, 'fnd.plsql.UMXIBURB.TestUserName.end',
758: 'x_message_app_name=' || x_message_app_name || ' x_message_name=' || x_message_name ||
759: ' x_message_text=' || x_message_text);
760: end if;
761: