DBA Data[Home] [Help]

APPS.JTF_TTY_NA_GEO_TERR_PVT dependencies on FND_MSG_PUB

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

1081:
1082: ELSE
1083: WRITE_LOG(2,'ERROR: PLACEHOLDER TERRITORY CREATION FAILED ' ||
1084: 'FOR TERRITORY_GROUP_ID# ' ||TERR_GROUP.TERR_GROUP_ID);
1085: X_MSG_DATA := FND_MSG_PUB.GET(1, FND_API.G_FALSE);
1086: WRITE_LOG(2,X_MSG_DATA);
1087:
1088: END IF;
1089: /* END: SUCCESSFUL TERRITORY CREATION? */

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

1428: x_terr_id);
1429: else
1430: write_log( 2,' FAILED IN RESOURCE CREATION FOR NAMED ACCOUNT CATCH ALL TERRITORY' ||
1431: x_terr_id);
1432: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);
1433: end if;
1434:
1435: /* else of -if the catch all territory creation failed */
1436: else

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

1433: end if;
1434:
1435: /* else of -if the catch all territory creation failed */
1436: else
1437: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);
1438: write_log(2,x_msg_data);
1439: WRITE_LOG(2,'ERROR: NA CATCH-ALL TERRITORY CREATION FAILED ' ||
1440: 'FOR TERRITORY_GROUP_ID# ' ||TERR_GROUP.TERR_GROUP_ID);
1441: end if;

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

1817:
1818: if x_Return_Status='S' then
1819: write_log(2,' Resource created for NA territory # ' ||x_terr_id);
1820: else
1821: x_msg_data := substr(fnd_msg_pub.get(1, fnd_api.g_false),1,254);
1822: write_log(2,x_msg_data);
1823: write_log(2, ' Failed in resource creation for NA territory # ' ||
1824: x_terr_id);
1825: end if;

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

1824: x_terr_id);
1825: end if;
1826:
1827: else
1828: x_msg_data := substr(fnd_msg_pub.get(1, fnd_api.g_false),1,254);
1829: write_log(2,substr(x_msg_data,1,254));
1830: WRITE_LOG(2,'ERROR: NA TERRITORY CREATION FAILED ' ||
1831: 'FOR NAMED_ACCOUNT_ID# ' || naterr.named_account_id );
1832: end if; /* END: Successful Territory creation? */

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

2209:
2210: if x_Return_Status='S' then
2211: write_log(2,' Resource created for NA territory # ' ||x_terr_id);
2212: else
2213: x_msg_data := substr(fnd_msg_pub.get(1, fnd_api.g_false),1,254);
2214: write_log(2,x_msg_data);
2215: write_log(2, ' Failed in resource creation for NA territory # ' ||
2216: x_terr_id);
2217: end if;

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

2216: x_terr_id);
2217: end if;
2218:
2219: else
2220: x_msg_data := substr(fnd_msg_pub.get(1, fnd_api.g_false),1,254);
2221: write_log(2,substr(x_msg_data,1,254));
2222: WRITE_LOG(2,'ERROR: NA TERRITORY CREATION FAILED ' ||
2223: 'FOR NAMED_ACCOUNT_ID# ' || naterr.named_account_id );
2224: end if; /* END: Successful Territory creation? */

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

2920:
2921: write_log(2,' OVERLAY PI Territory Created = '||l_terr_all_rec.NAME);
2922:
2923: else
2924: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);
2925: write_log(2,x_msg_data);
2926: write_log(2, 'Failed in OVERLAY PI Territory Creation for TERR_GROUP_ACCOUNT_ID#'||
2927: overlayterr.terr_group_account_id);
2928:

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

3057:
3058: end loop;
3059:
3060: else
3061: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);
3062: write_log(2,x_msg_data);
3063: write_log(2,'Failed in OVERLAY Territory Creation for Territory Group: ' ||
3064: terr_group.terr_group_id || ' : ' ||
3065: terr_group.terr_group_name );

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

3502:
3503: write_log(2,' OVERLAY CNR territory created:' || l_terr_all_rec.NAME);
3504:
3505: else
3506: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);
3507: write_log(2,x_msg_data);
3508: write_log(2,'Failed in OVERLAY CNR territory treation for ' ||
3509: 'TERR_GROUP_ACCOUNT_ID = ' ||
3510: overlayterr.terr_group_account_id );

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

3642:
3643: end loop;
3644:
3645: else
3646: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);
3647: write_log(2,x_msg_data);
3648: write_log(2,'Failed in OVERLAY Territory Creation for Territory Group: ' ||
3649: terr_group.terr_group_id || ' : ' ||
3650: terr_group.terr_group_name );

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

4412:
4413: if x_Return_Status='S' then
4414: write_log(2,'Resource created for Geo territory # ' ||x_terr_id);
4415: else
4416: x_msg_data := substr(fnd_msg_pub.get(1, fnd_api.g_false),1,254);
4417: write_log(2,x_msg_data);
4418: write_log(2, ' Failed in resource creation for Geo territory # ' ||
4419: x_terr_id);
4420: end if;

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

4419: x_terr_id);
4420: end if;
4421:
4422: else
4423: x_msg_data := substr(fnd_msg_pub.get(1, fnd_api.g_false),1,254);
4424: write_log(2,substr(x_msg_data,1,254));
4425: WRITE_LOG(2,'ERROR: NA TERRITORY CREATION FAILED ' ||
4426: 'FOR NAMED_ACCOUNT_ID# ' );
4427: end if; /* END: Successful Territory creation? */

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

5088:
5089: write_log(2,' OVERLAY PI Territory Created = '||l_terr_all_rec.NAME);
5090:
5091: else
5092: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);
5093: write_log(2,x_msg_data);
5094: write_log(2, 'Failed in OVERLAY PI Territory Creation for p_terr_group_rec.ACCOUNT_ID#');
5095:
5096: end if; /* x_return_status */

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

5205:
5206: end loop; /* pit */
5207:
5208: else
5209: x_msg_data := fnd_msg_pub.get(1, fnd_api.g_false);
5210: write_log(2,x_msg_data);
5211: write_log(2,'Failed in OVERLAY Territory Creation for Territory Group: ' ||
5212: p_terr_group_rec.terr_group_id || ' : ' ||
5213: p_terr_group_rec.terr_group_name );