DBA Data[Home] [Help]

APPS.JTF_AM_WF_EVENTS_PUB dependencies on FND_MSG_PUB

Line 90: fnd_msg_pub.Initialize;

86:
87: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
88: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
89: then
90: fnd_msg_pub.Initialize;
91: end if;
92:
93: --Get the item key
94: l_key := item_key(l_event_name);

Line 391: fnd_msg_pub.Initialize;

387:
388: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
389: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
390: then
391: fnd_msg_pub.Initialize;
392: end if;
393:
394: --Get the item key
395: l_key := item_key(l_event_name);

Line 527: fnd_msg_pub.Initialize;

523:
524: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
525: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
526: then
527: fnd_msg_pub.Initialize;
528: end if;
529:
530: --Get the item key
531: l_key := item_key(l_event_name);

Line 593: fnd_msg_pub.Initialize;

589:
590: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
591: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
592: then
593: fnd_msg_pub.Initialize;
594: end if;
595:
596: --Get the item key
597: l_key := item_key(l_event_name);

Line 661: fnd_msg_pub.Initialize;

657:
658: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
659: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
660: then
661: fnd_msg_pub.Initialize;
662: end if;
663:
664: --Get the item key
665: l_key := item_key(l_event_name);

Line 796: fnd_msg_pub.Initialize;

792:
793: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
794: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
795: then
796: fnd_msg_pub.Initialize;
797: end if;
798:
799: --Get the item key
800: l_key := item_key(l_event_name);

Line 896: fnd_msg_pub.Initialize;

892:
893: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
894: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
895: then
896: fnd_msg_pub.Initialize;
897: end if;
898:
899: --Get the item key
900: l_key := item_key(l_event_name);

Line 1013: fnd_msg_pub.Initialize;

1009:
1010: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
1011: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
1012: then
1013: fnd_msg_pub.Initialize;
1014: end if;
1015:
1016: IF (p_lead_bulk_rec.PARTY_ID.COUNT > 0)
1017: THEN