DBA Data[Home] [Help]

APPS.JTF_TERR_ENGINE_GEN_PVT dependencies on FND_MSG_PUB

Line 1072: X_MSG_DATA := FND_MSG_PUB.GET(1, FND_API.G_FALSE);

1068:
1069: ELSE
1070: WRITE_LOG(2,'ERROR: PLACEHOLDER TERRITORY CREATION FAILED ' ||
1071: 'FOR TERRITORY_GROUP_ID# ' ||TERR_GROUP.TERR_GROUP_ID);
1072: X_MSG_DATA := FND_MSG_PUB.GET(1, FND_API.G_FALSE);
1073: WRITE_LOG(2,X_MSG_DATA);
1074:
1075: END IF;
1076: /* END: SUCCESSFUL TERRITORY CREATION? */

Line 1417: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);

1413: x_terr_id);
1414: else
1415: write_log( 2,' FAILED IN RESOURCE CREATION FOR NAMED ACCOUNT CATCH ALL TERRITORY' ||
1416: x_terr_id);
1417: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);
1418: write_log(2, x_msg_data);
1419: end if;
1420:
1421: /* else of -if the catch all territory creation failed */

Line 1423: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);

1419: end if;
1420:
1421: /* else of -if the catch all territory creation failed */
1422: else
1423: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);
1424: write_log(2,x_msg_data);
1425: WRITE_LOG(2,'ERROR: NA CATCH-ALL TERRITORY CREATION FAILED ' ||
1426: 'FOR TERRITORY_GROUP_ID# ' ||TERR_GROUP.TERR_GROUP_ID);
1427: end if;

Line 1808: x_msg_data := substr(fnd_msg_pub.get(1, fnd_api.g_false),1,254);

1804:
1805: if x_Return_Status='S' then
1806: write_log(2,' Resource created for NA territory # ' ||x_terr_id);
1807: else
1808: x_msg_data := substr(fnd_msg_pub.get(1, fnd_api.g_false),1,254);
1809: write_log(2,x_msg_data);
1810: write_log(2, ' Failed in resource creation for NA territory # ' ||
1811: x_terr_id);
1812: end if;

Line 1815: x_msg_data := substr(fnd_msg_pub.get(1, fnd_api.g_false),1,254);

1811: x_terr_id);
1812: end if;
1813:
1814: else
1815: x_msg_data := substr(fnd_msg_pub.get(1, fnd_api.g_false),1,254);
1816: write_log(2,substr(x_msg_data,1,254));
1817: WRITE_LOG(2,'ERROR: NA TERRITORY CREATION FAILED ' ||
1818: 'FOR NAMED_ACCOUNT_ID# ' || naterr.named_account_id );
1819: end if; /* END: Successful Territory creation? */

Line 2202: x_msg_data := substr(fnd_msg_pub.get(1, fnd_api.g_false),1,254);

2198:
2199: if x_Return_Status='S' then
2200: write_log(2,' Resource created for NA territory # ' ||x_terr_id);
2201: else
2202: x_msg_data := substr(fnd_msg_pub.get(1, fnd_api.g_false),1,254);
2203: write_log(2,x_msg_data);
2204: write_log(2, ' Failed in resource creation for NA territory # ' ||
2205: x_terr_id);
2206: end if;

Line 2209: x_msg_data := substr(fnd_msg_pub.get(1, fnd_api.g_false),1,254);

2205: x_terr_id);
2206: end if;
2207:
2208: else
2209: x_msg_data := substr(fnd_msg_pub.get(1, fnd_api.g_false),1,254);
2210: write_log(2,substr(x_msg_data,1,254));
2211: WRITE_LOG(2,'ERROR: NA TERRITORY CREATION FAILED ' ||
2212: 'FOR NAMED_ACCOUNT_ID# ' || naterr.named_account_id );
2213: end if; /* END: Successful Territory creation? */

Line 2916: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);

2912:
2913: write_log(2,' OVERLAY PI Territory Created = '||l_terr_all_rec.NAME);
2914:
2915: else
2916: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);
2917: write_log(2,x_msg_data);
2918: write_log(2, 'Failed in OVERLAY PI Territory Creation for TERR_GROUP_ACCOUNT_ID#'||
2919: overlayterr.terr_group_account_id);
2920:

Line 3053: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);

3049:
3050: end loop;
3051:
3052: else
3053: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);
3054: write_log(2,x_msg_data);
3055: write_log(2,'Failed in OVERLAY Territory Creation for Territory Group: ' ||
3056: terr_group.terr_group_id || ' : ' ||
3057: terr_group.terr_group_name );

Line 3498: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);

3494:
3495: write_log(2,' OVERLAY CNR territory created:' || l_terr_all_rec.NAME);
3496:
3497: else
3498: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);
3499: write_log(2,x_msg_data);
3500: write_log(2,'Failed in OVERLAY CNR territory treation for ' ||
3501: 'TERR_GROUP_ACCOUNT_ID = ' ||
3502: overlayterr.terr_group_account_id );

Line 3638: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);

3634:
3635: end loop;
3636:
3637: else
3638: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);
3639: write_log(2,x_msg_data);
3640: write_log(2,'Failed in OVERLAY Territory Creation for Territory Group: ' ||
3641: terr_group.terr_group_id || ' : ' ||
3642: terr_group.terr_group_name );