DBA Data[Home] [Help]

APPS.PSB_WS_ACCT2 dependencies on FND_MSG_PUB

Line 152: FND_MSG_PUB.Add;

148: for i in 1..no_msg_tokens loop
149: FND_MESSAGE.SET_TOKEN(msg_tok_names(i), msg_tok_val(i));
150: end loop;
151: end if;
152: FND_MSG_PUB.Add;
153:
154: end if;
155:
156: -- Clear Message Token stack

Line 544: if FND_MSG_PUB.Check_Msg_Level

540: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
541:
542: when OTHERS then
543: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
544: if FND_MSG_PUB.Check_Msg_Level
545: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
546: then
547: FND_MSG_PUB.Add_Exc_Msg
548: (p_pkg_name => G_PKG_NAME,

Line 545: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

541:
542: when OTHERS then
543: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
544: if FND_MSG_PUB.Check_Msg_Level
545: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
546: then
547: FND_MSG_PUB.Add_Exc_Msg
548: (p_pkg_name => G_PKG_NAME,
549: p_procedure_name => 'Map_GL_Balances');

Line 547: FND_MSG_PUB.Add_Exc_Msg

543: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
544: if FND_MSG_PUB.Check_Msg_Level
545: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
546: then
547: FND_MSG_PUB.Add_Exc_Msg
548: (p_pkg_name => G_PKG_NAME,
549: p_procedure_name => 'Map_GL_Balances');
550: end if;
551:

Line 807: if FND_MSG_PUB.Check_Msg_Level

803: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
804:
805: when OTHERS then
806: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
807: if FND_MSG_PUB.Check_Msg_Level
808: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
809: then
810: FND_MSG_PUB.Add_Exc_Msg
811: (p_pkg_name => G_PKG_NAME,

Line 808: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

804:
805: when OTHERS then
806: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
807: if FND_MSG_PUB.Check_Msg_Level
808: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
809: then
810: FND_MSG_PUB.Add_Exc_Msg
811: (p_pkg_name => G_PKG_NAME,
812: p_procedure_name => 'Get_Balances');

Line 810: FND_MSG_PUB.Add_Exc_Msg

806: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
807: if FND_MSG_PUB.Check_Msg_Level
808: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
809: then
810: FND_MSG_PUB.Add_Exc_Msg
811: (p_pkg_name => G_PKG_NAME,
812: p_procedure_name => 'Get_Balances');
813: end if;
814:

Line 1546: if FND_MSG_PUB.Check_Msg_Level

1542: if l_ccid_csr%ISOPEN then
1543: close l_ccid_csr;
1544: end if;
1545:
1546: if FND_MSG_PUB.Check_Msg_Level
1547: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1548: then
1549: FND_MSG_PUB.Add_Exc_Msg
1550: (p_pkg_name => G_PKG_NAME,

Line 1547: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1543: close l_ccid_csr;
1544: end if;
1545:
1546: if FND_MSG_PUB.Check_Msg_Level
1547: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1548: then
1549: FND_MSG_PUB.Add_Exc_Msg
1550: (p_pkg_name => G_PKG_NAME,
1551: p_procedure_name => 'Create_Worksheet_Accounts');

Line 1549: FND_MSG_PUB.Add_Exc_Msg

1545:
1546: if FND_MSG_PUB.Check_Msg_Level
1547: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1548: then
1549: FND_MSG_PUB.Add_Exc_Msg
1550: (p_pkg_name => G_PKG_NAME,
1551: p_procedure_name => 'Create_Worksheet_Accounts');
1552: end if;
1553:

Line 1678: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR ) THEN

1674: WHEN OTHERS THEN
1675: --
1676: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1677: --
1678: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR ) THEN
1679: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
1680: l_api_name ) ;
1681: END IF;
1682: --

Line 1679: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,

1675: --
1676: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1677: --
1678: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR ) THEN
1679: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
1680: l_api_name ) ;
1681: END IF;
1682: --
1683: END Distribute_Prorated_Amount_Pvt ;

Line 2417: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2413: --
2414: WHEN OTHERS THEN
2415: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2416: --
2417: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2418: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
2419: 'Update_CY_Estimates') ;
2420: END IF;
2421: --

Line 2418: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,

2414: WHEN OTHERS THEN
2415: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2416: --
2417: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2418: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
2419: 'Update_CY_Estimates') ;
2420: END IF;
2421: --
2422: END Update_CY_Estimates ;

Line 3156: if FND_MSG_PUB.Check_Msg_Level

3152: if c_ccids%ISOPEN then
3153: close c_ccids;
3154: end if;
3155:
3156: if FND_MSG_PUB.Check_Msg_Level
3157: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3158: then
3159: FND_MSG_PUB.Add_Exc_Msg
3160: (p_pkg_name => G_PKG_NAME,

Line 3157: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3153: close c_ccids;
3154: end if;
3155:
3156: if FND_MSG_PUB.Check_Msg_Level
3157: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3158: then
3159: FND_MSG_PUB.Add_Exc_Msg
3160: (p_pkg_name => G_PKG_NAME,
3161: p_procedure_name => l_api_name);

Line 3159: FND_MSG_PUB.Add_Exc_Msg

3155:
3156: if FND_MSG_PUB.Check_Msg_Level
3157: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3158: then
3159: FND_MSG_PUB.Add_Exc_Msg
3160: (p_pkg_name => G_PKG_NAME,
3161: p_procedure_name => l_api_name);
3162: end if;
3163:

Line 3414: FND_MSG_PUB.Add;

3410: combination_id => p_ccid,
3411: n_segments => PSB_WS_ACCT1.g_num_segs,
3412: segments => l_ccid_val) then
3413:
3414: FND_MSG_PUB.Add;
3415: raise FND_API.G_EXC_ERROR;
3416: end if;
3417:
3418: for c_Formula_Rec in c_Formula loop

Line 3790: FND_MSG_PUB.Add;

3786: concat_segments => l_concat_segments) then
3787:
3788: /* Bug No 2719865 Start */
3789: if (g_first_ccid) then
3790: FND_MSG_PUB.Add;
3791: g_first_ccid := FALSE;
3792: message_token('PARAMETER', p_parameter_name);
3793: message_token('CCID', l_concat_segments);
3794: add_message('PSB', 'PSB_DISABLED_ACCT_PARAMETER');

Line 3798: FND_MSG_PUB.Add;

3794: add_message('PSB', 'PSB_DISABLED_ACCT_PARAMETER');
3795: end if;
3796:
3797: if ((not l_ccid_defined) and (not g_first_ccid)) then
3798: FND_MSG_PUB.Add;
3799: message_token('PARAMETER', p_parameter_name);
3800: message_token('CCID', l_concat_segments);
3801: add_message('PSB', 'PSB_DISABLED_ACCT_PARAMETER');
3802: end if;

Line 3962: if FND_MSG_PUB.Check_Msg_Level

3958: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3959:
3960: when OTHERS then
3961: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3962: if FND_MSG_PUB.Check_Msg_Level
3963: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3964: then
3965: FND_MSG_PUB.Add_Exc_Msg
3966: (p_pkg_name => G_PKG_NAME,

Line 3963: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3959:
3960: when OTHERS then
3961: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3962: if FND_MSG_PUB.Check_Msg_Level
3963: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3964: then
3965: FND_MSG_PUB.Add_Exc_Msg
3966: (p_pkg_name => G_PKG_NAME,
3967: p_procedure_name => 'Process_Parameter');

Line 3965: FND_MSG_PUB.Add_Exc_Msg

3961: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3962: if FND_MSG_PUB.Check_Msg_Level
3963: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3964: then
3965: FND_MSG_PUB.Add_Exc_Msg
3966: (p_pkg_name => G_PKG_NAME,
3967: p_procedure_name => 'Process_Parameter');
3968: end if;
3969:

Line 4321: if FND_MSG_PUB.Check_Msg_Level

4317:
4318: when OTHERS then
4319: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4320:
4321: if FND_MSG_PUB.Check_Msg_Level
4322: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4323: then
4324: FND_MSG_PUB.Add_Exc_Msg
4325: (p_pkg_name => G_PKG_NAME,

Line 4322: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

4318: when OTHERS then
4319: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4320:
4321: if FND_MSG_PUB.Check_Msg_Level
4322: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4323: then
4324: FND_MSG_PUB.Add_Exc_Msg
4325: (p_pkg_name => G_PKG_NAME,
4326: p_procedure_name => l_api_name);

Line 4324: FND_MSG_PUB.Add_Exc_Msg

4320:
4321: if FND_MSG_PUB.Check_Msg_Level
4322: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4323: then
4324: FND_MSG_PUB.Add_Exc_Msg
4325: (p_pkg_name => G_PKG_NAME,
4326: p_procedure_name => l_api_name);
4327: end if;
4328:

Line 5410: if FND_MSG_PUB.Check_Msg_Level

5406:
5407: when OTHERS then
5408: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5409:
5410: if FND_MSG_PUB.Check_Msg_Level
5411: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5412: then
5413: FND_MSG_PUB.Add_Exc_Msg
5414: (p_pkg_name => G_PKG_NAME,

Line 5411: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

5407: when OTHERS then
5408: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5409:
5410: if FND_MSG_PUB.Check_Msg_Level
5411: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5412: then
5413: FND_MSG_PUB.Add_Exc_Msg
5414: (p_pkg_name => G_PKG_NAME,
5415: p_procedure_name => l_api_name);

Line 5413: FND_MSG_PUB.Add_Exc_Msg

5409:
5410: if FND_MSG_PUB.Check_Msg_Level
5411: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5412: then
5413: FND_MSG_PUB.Add_Exc_Msg
5414: (p_pkg_name => G_PKG_NAME,
5415: p_procedure_name => l_api_name);
5416: end if;
5417:

Line 5676: if FND_MSG_PUB.Check_Msg_Level

5672: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5673:
5674: when OTHERS then
5675: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5676: if FND_MSG_PUB.Check_Msg_Level
5677: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5678: then
5679: FND_MSG_PUB.Add_Exc_Msg
5680: (p_pkg_name => G_PKG_NAME,

Line 5677: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

5673:
5674: when OTHERS then
5675: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5676: if FND_MSG_PUB.Check_Msg_Level
5677: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5678: then
5679: FND_MSG_PUB.Add_Exc_Msg
5680: (p_pkg_name => G_PKG_NAME,
5681: p_procedure_name => 'Process_Deferred_CCIDs');

Line 5679: FND_MSG_PUB.Add_Exc_Msg

5675: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5676: if FND_MSG_PUB.Check_Msg_Level
5677: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5678: then
5679: FND_MSG_PUB.Add_Exc_Msg
5680: (p_pkg_name => G_PKG_NAME,
5681: p_procedure_name => 'Process_Deferred_CCIDs');
5682: end if;
5683:

Line 6116: if FND_MSG_PUB.Check_Msg_Level

6112: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6113:
6114: when OTHERS then
6115: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6116: if FND_MSG_PUB.Check_Msg_Level
6117: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6118: then
6119: FND_MSG_PUB.Add_Exc_Msg
6120: (p_pkg_name => G_PKG_NAME,

Line 6117: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

6113:
6114: when OTHERS then
6115: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6116: if FND_MSG_PUB.Check_Msg_Level
6117: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6118: then
6119: FND_MSG_PUB.Add_Exc_Msg
6120: (p_pkg_name => G_PKG_NAME,
6121: p_procedure_name => 'Distribute_Account_Lines');

Line 6119: FND_MSG_PUB.Add_Exc_Msg

6115: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6116: if FND_MSG_PUB.Check_Msg_Level
6117: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6118: then
6119: FND_MSG_PUB.Add_Exc_Msg
6120: (p_pkg_name => G_PKG_NAME,
6121: p_procedure_name => 'Distribute_Account_Lines');
6122: end if;
6123:

Line 7644: if FND_MSG_PUB.Check_Msg_Level

7640:
7641:
7642: when OTHERS then
7643: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7644: if FND_MSG_PUB.Check_Msg_Level
7645: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7646: then
7647: FND_MSG_PUB.Add_Exc_Msg
7648: (p_pkg_name => G_PKG_NAME,

Line 7645: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

7641:
7642: when OTHERS then
7643: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7644: if FND_MSG_PUB.Check_Msg_Level
7645: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7646: then
7647: FND_MSG_PUB.Add_Exc_Msg
7648: (p_pkg_name => G_PKG_NAME,
7649: p_procedure_name => 'Distribute_Account_Lines');

Line 7647: FND_MSG_PUB.Add_Exc_Msg

7643: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7644: if FND_MSG_PUB.Check_Msg_Level
7645: (p_message_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7646: then
7647: FND_MSG_PUB.Add_Exc_Msg
7648: (p_pkg_name => G_PKG_NAME,
7649: p_procedure_name => 'Distribute_Account_Lines');
7650: end if;
7651:

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

7989:
7990:
7991: when FND_API.G_EXC_ERROR then
7992: p_return_status := FND_API.G_RET_STS_ERROR;
7993: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,
7994: p_data => l_msg_data);
7995:
7996:
7997: when FND_API.G_EXC_UNEXPECTED_ERROR then

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

7995:
7996:
7997: when FND_API.G_EXC_UNEXPECTED_ERROR then
7998: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7999: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,
8000: p_data => l_msg_data);
8001:
8002:
8003: when OTHERS then

Line 8009: if FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then

8005: if dbms_sql.is_open(cur_sumbgroup) then
8006: dbms_sql.close_cursor(cur_sumbgroup);
8007: end if;
8008:
8009: if FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
8010: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
8011: l_api_name);
8012: end if;
8013:

Line 8010: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

8006: dbms_sql.close_cursor(cur_sumbgroup);
8007: end if;
8008:
8009: if FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
8010: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
8011: l_api_name);
8012: end if;
8013:
8014: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,

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

8010: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
8011: l_api_name);
8012: end if;
8013:
8014: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,
8015: p_data => l_msg_data);
8016:
8017: END Insert_Summary_Accounts;
8018:

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

8173: EXCEPTION
8174:
8175: when FND_API.G_EXC_ERROR then
8176: p_return_status := FND_API.G_RET_STS_ERROR;
8177: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,
8178: p_data => l_msg_data);
8179:
8180: when FND_API.G_EXC_UNEXPECTED_ERROR then
8181: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

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

8178: p_data => l_msg_data);
8179:
8180: when FND_API.G_EXC_UNEXPECTED_ERROR then
8181: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
8182: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,
8183: p_data => l_msg_data);
8184:
8185: when OTHERS then
8186: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 8187: if FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then

8183: p_data => l_msg_data);
8184:
8185: when OTHERS then
8186: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
8187: if FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
8188: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
8189: l_api_name);
8190: end if;
8191: --

Line 8188: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

8184:
8185: when OTHERS then
8186: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
8187: if FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) then
8188: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
8189: l_api_name);
8190: end if;
8191: --
8192: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,

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

8188: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
8189: l_api_name);
8190: end if;
8191: --
8192: FND_MSG_PUB.Count_And_Get (p_count => l_msg_count,
8193: p_data => l_msg_data);
8194: END Create_Rollup_Totals;
8195: /*---------------------------------------------------------------------------*/
8196: