DBA Data[Home] [Help]

APPS.PSB_WS_ACCT1 dependencies on FND_MSG_PUB

Line 94: FND_MSG_PUB.Add;

90: FND_MESSAGE.SET_TOKEN(msg_tok_names(i), msg_tok_val(i));
91: end loop;
92: end if;
93:
94: FND_MSG_PUB.Add;
95:
96: end if;
97:
98: -- Clear Message Token stack

Line 314: FND_MSG_PUB.Add_Exc_Msg

310: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
311:
312: when OTHERS then
313: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
314: FND_MSG_PUB.Add_Exc_Msg
315: (p_pkg_name => G_PKG_NAME,
316: p_procedure_name => 'Cache_Budget_Calendar');
317:
318: END Cache_Budget_Calendar;

Line 604: if FND_MSG_PUB.Check_Msg_Level

600:
601: when OTHERS then
602: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
603:
604: if FND_MSG_PUB.Check_Msg_Level
605: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
606: then
607: FND_MSG_PUB.Add_Exc_Msg
608: (p_pkg_name => G_PKG_NAME,

Line 605: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

601: when OTHERS then
602: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
603:
604: if FND_MSG_PUB.Check_Msg_Level
605: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
606: then
607: FND_MSG_PUB.Add_Exc_Msg
608: (p_pkg_name => G_PKG_NAME,
609: p_procedure_name => l_api_name);

Line 607: FND_MSG_PUB.Add_Exc_Msg

603:
604: if FND_MSG_PUB.Check_Msg_Level
605: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
606: then
607: FND_MSG_PUB.Add_Exc_Msg
608: (p_pkg_name => G_PKG_NAME,
609: p_procedure_name => l_api_name);
610: end if;
611:

Line 678: if FND_MSG_PUB.Check_Msg_Level

674: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
675:
676: when OTHERS then
677: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
678: if FND_MSG_PUB.Check_Msg_Level
679: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
680: then
681: FND_MSG_PUB.Add_Exc_Msg
682: (p_pkg_name => G_PKG_NAME,

Line 679: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

675:
676: when OTHERS then
677: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
678: if FND_MSG_PUB.Check_Msg_Level
679: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
680: then
681: FND_MSG_PUB.Add_Exc_Msg
682: (p_pkg_name => G_PKG_NAME,
683: p_procedure_name => 'Find_CCIDs');

Line 681: FND_MSG_PUB.Add_Exc_Msg

677: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
678: if FND_MSG_PUB.Check_Msg_Level
679: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
680: then
681: FND_MSG_PUB.Add_Exc_Msg
682: (p_pkg_name => G_PKG_NAME,
683: p_procedure_name => 'Find_CCIDs');
684: end if;
685:

Line 1129: FND_MSG_PUB.Add;

1125: validation_date => to_char(sysdate, 'YYYY/MM/DD HH24:MI:SS'),
1126: concatenated_segments => p_concatenated_segments);
1127:
1128: if l_ccid = 0 then
1129: FND_MSG_PUB.Add;
1130: raise FND_API.G_EXC_ERROR;
1131: end if;
1132:
1133: end;

Line 2475: if FND_MSG_PUB.Check_Msg_Level

2471:
2472: when OTHERS then
2473: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2474:
2475: if FND_MSG_PUB.Check_Msg_Level
2476: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2477: then
2478: FND_MSG_PUB.Add_Exc_Msg
2479: (p_pkg_name => G_PKG_NAME,

Line 2476: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2472: when OTHERS then
2473: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2474:
2475: if FND_MSG_PUB.Check_Msg_Level
2476: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2477: then
2478: FND_MSG_PUB.Add_Exc_Msg
2479: (p_pkg_name => G_PKG_NAME,
2480: p_procedure_name => l_api_name);

Line 2478: FND_MSG_PUB.Add_Exc_Msg

2474:
2475: if FND_MSG_PUB.Check_Msg_Level
2476: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2477: then
2478: FND_MSG_PUB.Add_Exc_Msg
2479: (p_pkg_name => G_PKG_NAME,
2480: p_procedure_name => l_api_name);
2481: end if;
2482:

Line 4002: if FND_MSG_PUB.Check_Msg_Level

3998: if dbms_sql.is_open(cur_wsacc) then
3999: dbms_sql.close_cursor(cur_wsacc);
4000: end if;
4001:
4002: if FND_MSG_PUB.Check_Msg_Level
4003: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4004: then
4005: FND_MSG_PUB.Add_Exc_Msg
4006: (p_pkg_name => G_PKG_NAME,

Line 4003: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3999: dbms_sql.close_cursor(cur_wsacc);
4000: end if;
4001:
4002: if FND_MSG_PUB.Check_Msg_Level
4003: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4004: then
4005: FND_MSG_PUB.Add_Exc_Msg
4006: (p_pkg_name => G_PKG_NAME,
4007: p_procedure_name => l_api_name);

Line 4005: FND_MSG_PUB.Add_Exc_Msg

4001:
4002: if FND_MSG_PUB.Check_Msg_Level
4003: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4004: then
4005: FND_MSG_PUB.Add_Exc_Msg
4006: (p_pkg_name => G_PKG_NAME,
4007: p_procedure_name => l_api_name);
4008: end if;
4009:

Line 4768: if FND_MSG_PUB.Check_Msg_Level

4764: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4765:
4766: when OTHERS then
4767: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4768: if FND_MSG_PUB.Check_Msg_Level
4769: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4770: then
4771: FND_MSG_PUB.Add_Exc_Msg
4772: (p_pkg_name => G_PKG_NAME,

Line 4769: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

4765:
4766: when OTHERS then
4767: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4768: if FND_MSG_PUB.Check_Msg_Level
4769: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4770: then
4771: FND_MSG_PUB.Add_Exc_Msg
4772: (p_pkg_name => G_PKG_NAME,
4773: p_procedure_name => 'Copy_CY_Estimates');

Line 4771: FND_MSG_PUB.Add_Exc_Msg

4767: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4768: if FND_MSG_PUB.Check_Msg_Level
4769: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4770: then
4771: FND_MSG_PUB.Add_Exc_Msg
4772: (p_pkg_name => G_PKG_NAME,
4773: p_procedure_name => 'Copy_CY_Estimates');
4774: end if;
4775:

Line 4842: if FND_MSG_PUB.Check_Msg_Level

4838:
4839: when OTHERS then
4840: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4841:
4842: if FND_MSG_PUB.Check_Msg_Level
4843: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4844: then
4845: FND_MSG_PUB.Add_Exc_Msg
4846: (p_pkg_name => G_PKG_NAME,

Line 4843: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

4839: when OTHERS then
4840: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4841:
4842: if FND_MSG_PUB.Check_Msg_Level
4843: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4844: then
4845: FND_MSG_PUB.Add_Exc_Msg
4846: (p_pkg_name => G_PKG_NAME,
4847: p_procedure_name => l_api_name);

Line 4845: FND_MSG_PUB.Add_Exc_Msg

4841:
4842: if FND_MSG_PUB.Check_Msg_Level
4843: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4844: then
4845: FND_MSG_PUB.Add_Exc_Msg
4846: (p_pkg_name => G_PKG_NAME,
4847: p_procedure_name => l_api_name);
4848: end if;
4849:

Line 4898: if FND_MSG_PUB.Check_Msg_Level

4894: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4895:
4896: when OTHERS then
4897: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4898: if FND_MSG_PUB.Check_Msg_Level
4899: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4900: then
4901: FND_MSG_PUB.Add_Exc_Msg
4902: (p_pkg_name => G_PKG_NAME,

Line 4899: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

4895:
4896: when OTHERS then
4897: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4898: if FND_MSG_PUB.Check_Msg_Level
4899: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4900: then
4901: FND_MSG_PUB.Add_Exc_Msg
4902: (p_pkg_name => G_PKG_NAME,
4903: p_procedure_name => 'Flex_Info');

Line 4901: FND_MSG_PUB.Add_Exc_Msg

4897: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4898: if FND_MSG_PUB.Check_Msg_Level
4899: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4900: then
4901: FND_MSG_PUB.Add_Exc_Msg
4902: (p_pkg_name => G_PKG_NAME,
4903: p_procedure_name => 'Flex_Info');
4904: end if;
4905:

Line 5082: if FND_MSG_PUB.Check_Msg_Level

5078: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5079:
5080: when OTHERS then
5081: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5082: if FND_MSG_PUB.Check_Msg_Level
5083: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5084: then
5085: FND_MSG_PUB.Add_Exc_Msg
5086: (p_pkg_name => G_PKG_NAME,

Line 5083: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

5079:
5080: when OTHERS then
5081: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5082: if FND_MSG_PUB.Check_Msg_Level
5083: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5084: then
5085: FND_MSG_PUB.Add_Exc_Msg
5086: (p_pkg_name => G_PKG_NAME,
5087: p_procedure_name => 'DSQL_Budget_Balance');

Line 5085: FND_MSG_PUB.Add_Exc_Msg

5081: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5082: if FND_MSG_PUB.Check_Msg_Level
5083: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5084: then
5085: FND_MSG_PUB.Add_Exc_Msg
5086: (p_pkg_name => G_PKG_NAME,
5087: p_procedure_name => 'DSQL_Budget_Balance');
5088: end if;
5089:

Line 5173: if FND_MSG_PUB.Check_Msg_Level

5169: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5170:
5171: when OTHERS then
5172: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5173: if FND_MSG_PUB.Check_Msg_Level
5174: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5175: then
5176: FND_MSG_PUB.Add_Exc_Msg
5177: (p_pkg_name => G_PKG_NAME,

Line 5174: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

5170:
5171: when OTHERS then
5172: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5173: if FND_MSG_PUB.Check_Msg_Level
5174: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5175: then
5176: FND_MSG_PUB.Add_Exc_Msg
5177: (p_pkg_name => G_PKG_NAME,
5178: p_procedure_name => 'DSQL_Actual_Balance');

Line 5176: FND_MSG_PUB.Add_Exc_Msg

5172: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5173: if FND_MSG_PUB.Check_Msg_Level
5174: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5175: then
5176: FND_MSG_PUB.Add_Exc_Msg
5177: (p_pkg_name => G_PKG_NAME,
5178: p_procedure_name => 'DSQL_Actual_Balance');
5179: end if;
5180:

Line 5350: if FND_MSG_PUB.Check_Msg_Level

5346: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5347:
5348: when OTHERS then
5349: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5350: if FND_MSG_PUB.Check_Msg_Level
5351: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5352: then
5353: FND_MSG_PUB.Add_Exc_Msg
5354: (p_pkg_name => G_PKG_NAME,

Line 5351: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

5347:
5348: when OTHERS then
5349: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5350: if FND_MSG_PUB.Check_Msg_Level
5351: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5352: then
5353: FND_MSG_PUB.Add_Exc_Msg
5354: (p_pkg_name => G_PKG_NAME,
5355: p_procedure_name => 'DSQL_Encum_Balance');

Line 5353: FND_MSG_PUB.Add_Exc_Msg

5349: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5350: if FND_MSG_PUB.Check_Msg_Level
5351: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5352: then
5353: FND_MSG_PUB.Add_Exc_Msg
5354: (p_pkg_name => G_PKG_NAME,
5355: p_procedure_name => 'DSQL_Encum_Balance');
5356: end if;
5357:

Line 6065: FND_MSG_PUB.Add;

6061: combination_id => p_ccid,
6062: n_segments => g_num_segs,
6063: segments => l_ccid_val) then
6064:
6065: FND_MSG_PUB.Add;
6066: raise FND_API.G_EXC_ERROR;
6067: end if;
6068:
6069: end;

Line 6456: FND_MSG_PUB.Add;

6452: concat_segments => l_concat_segments) then
6453:
6454: /* Bug No 2719865 Start */
6455: if (g_first_ccid) then
6456: FND_MSG_PUB.Add;
6457: g_first_ccid := FALSE;
6458: message_token('CONSTRAINT', p_constraint_name);
6459: message_token('CCID', l_concat_segments);
6460: add_message('PSB', 'PSB_DISABLED_ACCT_CONSTRAINT');

Line 6464: FND_MSG_PUB.Add;

6460: add_message('PSB', 'PSB_DISABLED_ACCT_CONSTRAINT');
6461: end if;
6462:
6463: if ((not l_ccid_defined) and (not g_first_ccid)) then
6464: FND_MSG_PUB.Add;
6465: message_token('CONSTRAINT', p_constraint_name);
6466: message_token('CCID', l_concat_segments);
6467: add_message('PSB', 'PSB_DISABLED_ACCT_CONSTRAINT');
6468: end if;

Line 6744: l_description := FND_MSG_PUB.Get

6740:
6741: message_token('YEAR', p_budget_year_name);
6742: add_message('PSB', 'PSB_CONSTRAINT_FAILURE');
6743:
6744: l_description := FND_MSG_PUB.Get
6745: (p_encoded => FND_API.G_FALSE);
6746: FND_MSG_PUB.Delete_Msg;
6747:
6748: -- Constraint Validation failures are logged in PSB_ERROR_MESSAGES and

Line 6746: FND_MSG_PUB.Delete_Msg;

6742: add_message('PSB', 'PSB_CONSTRAINT_FAILURE');
6743:
6744: l_description := FND_MSG_PUB.Get
6745: (p_encoded => FND_API.G_FALSE);
6746: FND_MSG_PUB.Delete_Msg;
6747:
6748: -- Constraint Validation failures are logged in PSB_ERROR_MESSAGES and
6749: -- viewed using a Form called from the Modify Worksheet module
6750:

Line 6783: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,

6779: EXCEPTION
6780:
6781: when FND_API.G_EXC_ERROR then
6782: p_return_status := FND_API.G_RET_STS_ERROR;
6783: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,
6784: p_data => l_msg_data);
6785:
6786:
6787: when FND_API.G_EXC_UNEXPECTED_ERROR then

Line 6789: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,

6785:
6786:
6787: when FND_API.G_EXC_UNEXPECTED_ERROR then
6788: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6789: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,
6790: p_data => l_msg_data);
6791:
6792: when OTHERS then
6793: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 6795: if FND_MSG_PUB.Check_Msg_Level

6791:
6792: when OTHERS then
6793: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6794:
6795: if FND_MSG_PUB.Check_Msg_Level
6796: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6797: then
6798: FND_MSG_PUB.Add_Exc_Msg
6799: (p_pkg_name => G_PKG_NAME,

Line 6796: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

6792: when OTHERS then
6793: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6794:
6795: if FND_MSG_PUB.Check_Msg_Level
6796: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6797: then
6798: FND_MSG_PUB.Add_Exc_Msg
6799: (p_pkg_name => G_PKG_NAME,
6800: p_procedure_name => l_api_name);

Line 6798: FND_MSG_PUB.Add_Exc_Msg

6794:
6795: if FND_MSG_PUB.Check_Msg_Level
6796: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6797: then
6798: FND_MSG_PUB.Add_Exc_Msg
6799: (p_pkg_name => G_PKG_NAME,
6800: p_procedure_name => l_api_name);
6801: end if;
6802:

Line 6927: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,

6923: EXCEPTION
6924:
6925: when FND_API.G_EXC_ERROR then
6926: p_return_status := FND_API.G_RET_STS_ERROR;
6927: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,
6928: p_data => l_msg_data);
6929:
6930:
6931: when FND_API.G_EXC_UNEXPECTED_ERROR then

Line 6933: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,

6929:
6930:
6931: when FND_API.G_EXC_UNEXPECTED_ERROR then
6932: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6933: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,
6934: p_data => l_msg_data);
6935:
6936: when OTHERS then
6937: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 6939: if FND_MSG_PUB.Check_Msg_Level

6935:
6936: when OTHERS then
6937: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6938:
6939: if FND_MSG_PUB.Check_Msg_Level
6940: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6941: then
6942: FND_MSG_PUB.Add_Exc_Msg
6943: (p_pkg_name => G_PKG_NAME,

Line 6940: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

6936: when OTHERS then
6937: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6938:
6939: if FND_MSG_PUB.Check_Msg_Level
6940: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6941: then
6942: FND_MSG_PUB.Add_Exc_Msg
6943: (p_pkg_name => G_PKG_NAME,
6944: p_procedure_name => l_api_name);

Line 6942: FND_MSG_PUB.Add_Exc_Msg

6938:
6939: if FND_MSG_PUB.Check_Msg_Level
6940: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6941: then
6942: FND_MSG_PUB.Add_Exc_Msg
6943: (p_pkg_name => G_PKG_NAME,
6944: p_procedure_name => l_api_name);
6945: end if;
6946:

Line 7198: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,

7194:
7195:
7196: when FND_API.G_EXC_ERROR then
7197: p_return_status := FND_API.G_RET_STS_ERROR;
7198: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,
7199: p_data => l_msg_data);
7200:
7201:
7202: when FND_API.G_EXC_UNEXPECTED_ERROR then

Line 7204: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,

7200:
7201:
7202: when FND_API.G_EXC_UNEXPECTED_ERROR then
7203: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7204: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,
7205: p_data => l_msg_data);
7206:
7207: when OTHERS then
7208: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 7210: if FND_MSG_PUB.Check_Msg_Level

7206:
7207: when OTHERS then
7208: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7209:
7210: if FND_MSG_PUB.Check_Msg_Level
7211: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7212: then
7213: FND_MSG_PUB.Add_Exc_Msg
7214: (p_pkg_name => G_PKG_NAME,

Line 7211: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

7207: when OTHERS then
7208: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7209:
7210: if FND_MSG_PUB.Check_Msg_Level
7211: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7212: then
7213: FND_MSG_PUB.Add_Exc_Msg
7214: (p_pkg_name => G_PKG_NAME,
7215: p_procedure_name => l_api_name);

Line 7213: FND_MSG_PUB.Add_Exc_Msg

7209:
7210: if FND_MSG_PUB.Check_Msg_Level
7211: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7212: then
7213: FND_MSG_PUB.Add_Exc_Msg
7214: (p_pkg_name => G_PKG_NAME,
7215: p_procedure_name => l_api_name);
7216: end if;
7217:

Line 7218: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,

7214: (p_pkg_name => G_PKG_NAME,
7215: p_procedure_name => l_api_name);
7216: end if;
7217:
7218: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,
7219: p_data => l_msg_data);
7220:
7221: END Apply_Account_Constraints;
7222: /*---------------------------------------------------------------------------*/

Line 7318: --FND_MSG_PUB.Add;

7314:
7315: FND_MESSAGE.SET_NAME('PSB', 'PSB_WS_NOTES_EXCEEDED_LIMIT');
7316: FND_MESSAGE.SET_TOKEN('BUDGET_YEAR', p_budget_year);
7317: FND_MESSAGE.SET_TOKEN('ACCOUNTING_FLEXFIELD', l_concat_segments);
7318: --FND_MSG_PUB.Add;
7319: l_message_text := FND_MESSAGE.GET;
7320: FND_FILE.PUT_LINE(FND_FILE.LOG, l_message_text);
7321: --
7322: END;