DBA Data[Home] [Help]

APPS.INV_SUB_CG_UTIL dependencies on FND_MSG_PUB

Line 157: fnd_msg_pub.count_and_get

153: when fnd_api.g_exc_error THEN
154: x_return_status := fnd_api.g_ret_sts_error;
155:
156: -- Get message count and data
157: fnd_msg_pub.count_and_get
158: ( p_count => x_msg_count
159: , p_data => x_msg_data
160: );
161:

Line 168: fnd_msg_pub.count_and_get

164: when fnd_api.g_exc_unexpected_error THEN
165: x_return_status := fnd_api.g_ret_sts_unexp_error ;
166:
167: -- Get message count and data
168: fnd_msg_pub.count_and_get
169: ( p_count => x_msg_count
170: , p_data => x_msg_data
171: );
172:

Line 178: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

174: --
175: when others THEN
176: x_return_status := fnd_api.g_ret_sts_unexp_error ;
177: --
178: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
179: THEN
180: fnd_msg_pub.add_exc_msg
181: ( g_pkg_name
182: , 'validate_cg_update'

Line 180: fnd_msg_pub.add_exc_msg

176: x_return_status := fnd_api.g_ret_sts_unexp_error ;
177: --
178: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
179: THEN
180: fnd_msg_pub.add_exc_msg
181: ( g_pkg_name
182: , 'validate_cg_update'
183: );
184: END IF;

Line 187: fnd_msg_pub.count_and_get

183: );
184: END IF;
185:
186: -- Get message count and data
187: fnd_msg_pub.count_and_get
188: ( p_count => x_msg_count
189: , p_data => x_msg_data
190: );
191:

Line 415: fnd_msg_pub.count_and_get

411: when fnd_api.g_exc_error THEN
412: x_return_status := fnd_api.g_ret_sts_error;
413:
414: -- Get message count and data
415: fnd_msg_pub.count_and_get
416: ( p_count => x_msg_count
417: , p_data => x_msg_data
418: );
419:

Line 426: fnd_msg_pub.count_and_get

422: when fnd_api.g_exc_unexpected_error THEN
423: x_return_status := fnd_api.g_ret_sts_unexp_error ;
424:
425: -- Get message count and data
426: fnd_msg_pub.count_and_get
427: ( p_count => x_msg_count
428: , p_data => x_msg_data
429: );
430:

Line 436: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

432: --
433: when others THEN
434: x_return_status := fnd_api.g_ret_sts_unexp_error ;
435: --
436: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
437: THEN
438: fnd_msg_pub.add_exc_msg
439: ( g_pkg_name
440: , 'validate_cg_update'

Line 438: fnd_msg_pub.add_exc_msg

434: x_return_status := fnd_api.g_ret_sts_unexp_error ;
435: --
436: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
437: THEN
438: fnd_msg_pub.add_exc_msg
439: ( g_pkg_name
440: , 'validate_cg_update'
441: );
442: END IF;

Line 445: fnd_msg_pub.count_and_get

441: );
442: END IF;
443:
444: -- Get message count and data
445: fnd_msg_pub.count_and_get
446: ( p_count => x_msg_count
447: , p_data => x_msg_data
448: );
449: return FALSE;

Line 565: fnd_msg_pub.count_and_get

561: ROLLBACK TO upd_sub_sa;
562: x_return_status := fnd_api.g_ret_sts_error;
563:
564: -- Get message count and data
565: fnd_msg_pub.count_and_get
566: ( p_count => x_msg_count
567: , p_data => x_msg_data
568: );
569:

Line 575: fnd_msg_pub.count_and_get

571: ROLLBACK TO upd_sub_sa;
572: x_return_status := fnd_api.g_ret_sts_unexp_error ;
573:
574: -- Get message count and data
575: fnd_msg_pub.count_and_get
576: ( p_count => x_msg_count
577: , p_data => x_msg_data
578: );
579:

Line 584: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

580: WHEN OTHERS THEN
581: ROLLBACK TO upd_sub_sa;
582: x_return_status := fnd_api.g_ret_sts_unexp_error ;
583:
584: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
585: THEN
586: fnd_msg_pub.add_exc_msg
587: ( g_pkg_name
588: , 'update_sub_accounts'

Line 586: fnd_msg_pub.add_exc_msg

582: x_return_status := fnd_api.g_ret_sts_unexp_error ;
583:
584: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
585: THEN
586: fnd_msg_pub.add_exc_msg
587: ( g_pkg_name
588: , 'update_sub_accounts'
589: );
590: END IF;

Line 593: fnd_msg_pub.count_and_get

589: );
590: END IF;
591:
592: -- Get message count and data
593: fnd_msg_pub.count_and_get
594: ( p_count => x_msg_count
595: , p_data => x_msg_data
596: );
597:

Line 708: fnd_msg_pub.count_and_get

704: ROLLBACK TO upd_org_sa;
705: x_return_status := fnd_api.g_ret_sts_error;
706:
707: -- Get message count and data
708: fnd_msg_pub.count_and_get
709: ( p_count => x_msg_count
710: , p_data => x_msg_data
711: );
712:

Line 718: fnd_msg_pub.count_and_get

714: ROLLBACK TO upd_org_sa;
715: x_return_status := fnd_api.g_ret_sts_unexp_error ;
716:
717: -- Get message count and data
718: fnd_msg_pub.count_and_get
719: ( p_count => x_msg_count
720: , p_data => x_msg_data
721: );
722:

Line 727: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

723: WHEN OTHERS THEN
724: ROLLBACK TO upd_org_sa;
725: x_return_status := fnd_api.g_ret_sts_unexp_error ;
726:
727: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
728: THEN
729: fnd_msg_pub.add_exc_msg
730: ( g_pkg_name
731: , 'update_org_accounts'

Line 729: fnd_msg_pub.add_exc_msg

725: x_return_status := fnd_api.g_ret_sts_unexp_error ;
726:
727: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
728: THEN
729: fnd_msg_pub.add_exc_msg
730: ( g_pkg_name
731: , 'update_org_accounts'
732: );
733: END IF;

Line 736: fnd_msg_pub.count_and_get

732: );
733: END IF;
734:
735: -- Get message count and data
736: fnd_msg_pub.count_and_get
737: ( p_count => x_msg_count
738: , p_data => x_msg_data
739: );
740:

Line 804: fnd_msg_pub.count_and_get

800: x_return_status := fnd_api.g_ret_sts_error;
801: x_count := 0;
802:
803: -- Get message count and data
804: fnd_msg_pub.count_and_get
805: ( p_count => x_msg_count
806: , p_data => x_msg_data
807: );
808:

Line 814: fnd_msg_pub.count_and_get

810: x_return_status := fnd_api.g_ret_sts_unexp_error ;
811: x_count := 0;
812:
813: -- Get message count and data
814: fnd_msg_pub.count_and_get
815: ( p_count => x_msg_count
816: , p_data => x_msg_data
817: );
818:

Line 823: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

819: WHEN OTHERS THEN
820: x_return_status := fnd_api.g_ret_sts_unexp_error ;
821: x_count := 0;
822:
823: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
824: THEN
825: fnd_msg_pub.add_exc_msg
826: ( g_pkg_name
827: , 'get_subs_from_cg'

Line 825: fnd_msg_pub.add_exc_msg

821: x_count := 0;
822:
823: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
824: THEN
825: fnd_msg_pub.add_exc_msg
826: ( g_pkg_name
827: , 'get_subs_from_cg'
828: );
829: END IF;

Line 832: fnd_msg_pub.count_and_get

828: );
829: END IF;
830:
831: -- Get message count and data
832: fnd_msg_pub.count_and_get
833: ( p_count => x_msg_count
834: , p_data => x_msg_data
835: );
836: end get_subs_from_cg;

Line 897: fnd_msg_pub.count_and_get

893: x_return_status := fnd_api.g_ret_sts_error;
894: x_count := 0;
895:
896: -- Get message count and data
897: fnd_msg_pub.count_and_get
898: ( p_count => x_msg_count
899: , p_data => x_msg_data
900: );
901:

Line 907: fnd_msg_pub.count_and_get

903: x_return_status := fnd_api.g_ret_sts_unexp_error ;
904: x_count := 0;
905:
906: -- Get message count and data
907: fnd_msg_pub.count_and_get
908: ( p_count => x_msg_count
909: , p_data => x_msg_data
910: );
911:

Line 916: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

912: WHEN OTHERS THEN
913: x_return_status := fnd_api.g_ret_sts_unexp_error ;
914: x_count := 0;
915:
916: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
917: THEN
918: fnd_msg_pub.add_exc_msg
919: ( g_pkg_name
920: , 'get_orgs_from_cg'

Line 918: fnd_msg_pub.add_exc_msg

914: x_count := 0;
915:
916: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
917: THEN
918: fnd_msg_pub.add_exc_msg
919: ( g_pkg_name
920: , 'get_orgs_from_cg'
921: );
922: END IF;

Line 925: fnd_msg_pub.count_and_get

921: );
922: END IF;
923:
924: -- Get message count and data
925: fnd_msg_pub.count_and_get
926: ( p_count => x_msg_count
927: , p_data => x_msg_data
928: );
929: end get_orgs_from_cg;

Line 975: fnd_msg_pub.count_and_get

971: WHEN fnd_api.g_exc_error THEN
972: x_return_status := fnd_api.g_ret_sts_error;
973:
974: -- Get message count and data
975: fnd_msg_pub.count_and_get
976: ( p_count => x_msg_count
977: , p_data => x_msg_data
978: );
979:

Line 986: fnd_msg_pub.count_and_get

982: WHEN fnd_api.g_exc_unexpected_error THEN
983: x_return_status := fnd_api.g_ret_sts_unexp_error ;
984:
985: -- Get message count and data
986: fnd_msg_pub.count_and_get
987: ( p_count => x_msg_count
988: , p_data => x_msg_data
989: );
990:

Line 996: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

992:
993: WHEN OTHERS THEN
994: x_return_status := fnd_api.g_ret_sts_unexp_error ;
995:
996: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
997: THEN
998: fnd_msg_pub.add_exc_msg
999: ( g_pkg_name
1000: , 'get_cg_from_org'

Line 998: fnd_msg_pub.add_exc_msg

994: x_return_status := fnd_api.g_ret_sts_unexp_error ;
995:
996: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
997: THEN
998: fnd_msg_pub.add_exc_msg
999: ( g_pkg_name
1000: , 'get_cg_from_org'
1001: );
1002: END IF;

Line 1005: fnd_msg_pub.count_and_get

1001: );
1002: END IF;
1003:
1004: -- Get message count and data
1005: fnd_msg_pub.count_and_get
1006: ( p_count => x_msg_count
1007: , p_data => x_msg_data
1008: );
1009:

Line 1061: fnd_msg_pub.count_and_get

1057: WHEN fnd_api.g_exc_error THEN
1058: x_return_status := fnd_api.g_ret_sts_error;
1059:
1060: -- Get message count and data
1061: fnd_msg_pub.count_and_get
1062: ( p_count => x_msg_count
1063: , p_data => x_msg_data
1064: );
1065:

Line 1072: fnd_msg_pub.count_and_get

1068: WHEN fnd_api.g_exc_unexpected_error THEN
1069: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1070:
1071: -- Get message count and data
1072: fnd_msg_pub.count_and_get
1073: ( p_count => x_msg_count
1074: , p_data => x_msg_data
1075: );
1076:

Line 1082: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

1078:
1079: WHEN OTHERS THEN
1080: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1081:
1082: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1083: THEN
1084: fnd_msg_pub.add_exc_msg
1085: ( g_pkg_name
1086: , 'get_cg_from_sub'

Line 1084: fnd_msg_pub.add_exc_msg

1080: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1081:
1082: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1083: THEN
1084: fnd_msg_pub.add_exc_msg
1085: ( g_pkg_name
1086: , 'get_cg_from_sub'
1087: );
1088: END IF;

Line 1091: fnd_msg_pub.count_and_get

1087: );
1088: END IF;
1089:
1090: -- Get message count and data
1091: fnd_msg_pub.count_and_get
1092: ( p_count => x_msg_count
1093: , p_data => x_msg_data
1094: );
1095:

Line 1191: fnd_msg_pub.count_and_get

1187: ROLLBACK to upd_subs_accs_sa;
1188: x_return_status := fnd_api.g_ret_sts_error;
1189:
1190: -- Get message count and data
1191: fnd_msg_pub.count_and_get
1192: ( p_count => x_msg_count
1193: , p_data => x_msg_data
1194: );
1195:

Line 1201: fnd_msg_pub.count_and_get

1197: ROLLBACK to upd_subs_accs_sa;
1198: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1199:
1200: -- Get message count and data
1201: fnd_msg_pub.count_and_get
1202: ( p_count => x_msg_count
1203: , p_data => x_msg_data
1204: );
1205:

Line 1210: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

1206: WHEN OTHERS THEN
1207: ROLLBACK to upd_subs_accs_sa;
1208: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1209:
1210: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1211: THEN
1212: fnd_msg_pub.add_exc_msg
1213: ( g_pkg_name
1214: , 'find_update_subs_accounts'

Line 1212: fnd_msg_pub.add_exc_msg

1208: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1209:
1210: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1211: THEN
1212: fnd_msg_pub.add_exc_msg
1213: ( g_pkg_name
1214: , 'find_update_subs_accounts'
1215: );
1216: END IF;

Line 1219: fnd_msg_pub.count_and_get

1215: );
1216: END IF;
1217:
1218: -- Get message count and data
1219: fnd_msg_pub.count_and_get
1220: ( p_count => x_msg_count
1221: , p_data => x_msg_data
1222: );
1223:

Line 1316: fnd_msg_pub.count_and_get

1312: ROLLBACK to upd_orgs_accs_sa;
1313: x_return_status := fnd_api.g_ret_sts_error;
1314:
1315: -- Get message count and data
1316: fnd_msg_pub.count_and_get
1317: ( p_count => x_msg_count
1318: , p_data => x_msg_data
1319: );
1320:

Line 1326: fnd_msg_pub.count_and_get

1322: ROLLBACK to upd_orgs_accs_sa;
1323: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1324:
1325: -- Get message count and data
1326: fnd_msg_pub.count_and_get
1327: ( p_count => x_msg_count
1328: , p_data => x_msg_data
1329: );
1330:

Line 1335: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

1331: WHEN OTHERS THEN
1332: ROLLBACK to upd_orgs_accs_sa;
1333: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1334:
1335: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1336: THEN
1337: fnd_msg_pub.add_exc_msg
1338: ( g_pkg_name
1339: , 'find_update_orgs_accounts'

Line 1337: fnd_msg_pub.add_exc_msg

1333: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1334:
1335: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1336: THEN
1337: fnd_msg_pub.add_exc_msg
1338: ( g_pkg_name
1339: , 'find_update_orgs_accounts'
1340: );
1341: END IF;

Line 1344: fnd_msg_pub.count_and_get

1340: );
1341: END IF;
1342:
1343: -- Get message count and data
1344: fnd_msg_pub.count_and_get
1345: ( p_count => x_msg_count
1346: , p_data => x_msg_data
1347: );
1348: