DBA Data[Home] [Help]

APPS.JTF_RS_WF_EVENTS_PUB dependencies on FND_MSG_PUB

Line 63: fnd_msg_pub.Initialize;

59:
60: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
61: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
62: then
63: fnd_msg_pub.Initialize;
64: end if;
65:
66: --Get the item key
67: l_key := item_key(l_event_name);

Line 128: fnd_msg_pub.Initialize;

124:
125: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
126: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
127: then
128: fnd_msg_pub.Initialize;
129: end if;
130:
131: --Get the item key
132: l_key := item_key(l_event_name);

Line 235: fnd_msg_pub.Initialize;

231:
232: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
233: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
234: then
235: fnd_msg_pub.Initialize;
236: end if;
237:
238: OPEN res_cur;
239: FETCH res_cur INTO res_rec;

Line 447: fnd_msg_pub.Initialize;

443:
444: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
445: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
446: then
447: fnd_msg_pub.Initialize;
448: end if;
449:
450: --Get the item key
451: l_key := item_key(l_event_name);

Line 523: fnd_msg_pub.Initialize;

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

Line 618: fnd_msg_pub.Initialize;

614:
615: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
616: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
617: then
618: fnd_msg_pub.Initialize;
619: end if;
620:
621: OPEN res_role_cur;
622: FETCH res_role_cur INTO res_role_rec;

Line 717: fnd_msg_pub.Initialize;

713:
714: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
715: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
716: then
717: fnd_msg_pub.Initialize;
718: end if;
719:
720: --Get the item key
721: l_key := item_key(l_event_name);

Line 786: fnd_msg_pub.Initialize;

782:
783: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
784: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
785: then
786: fnd_msg_pub.Initialize;
787: end if;
788:
789: --Get the item key
790: l_key := item_key(l_event_name);

Line 869: fnd_msg_pub.Initialize;

865:
866: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
867: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
868: then
869: fnd_msg_pub.Initialize;
870: end if;
871:
872: OPEN res_rolerelate_cur;
873: FETCH res_rolerelate_cur INTO res_rolerelate_rec;

Line 960: fnd_msg_pub.Initialize;

956:
957: --Initialize the message List if P_INIT_MSG_LIST is NOT NULL and set to TRUE
958: if p_init_msg_list is not NULL AND fnd_api.to_boolean(p_init_msg_list)
959: then
960: fnd_msg_pub.Initialize;
961: end if;
962:
963: OPEN del_rolerelate_cur;
964: FETCH del_rolerelate_cur INTO del_rolerelate_rec;