DBA Data[Home] [Help]

APPS.BIS_UTILITIES_PUB dependencies on FND_MSG_PUB

Line 280: FND_MSG_PUB.initialize;

276: l_error_Tbl BIS_UTILITIES_PUB.Error_Tbl_Type;
277:
278: BEGIN
279:
280: FND_MSG_PUB.initialize;
281:
282:
283: IF(p_dimension_level_short_name <> 'TOTAL_ORGANIZATION')
284: AND (SUBSTR(p_dimension_level_short_name, 1, 3) <> 'OPM')

Line 337: FND_MSG_PUB.initialize;

333: l_error_tbl BIS_UTILITIES_PUB.Error_Tbl_Type;
334:
335: BEGIN
336:
337: FND_MSG_PUB.initialize;
338:
339: IF(p_dim_level_short_name <> 'TOTAL_ORGANIZATION')
340: AND (SUBSTR(p_dim_level_short_name, 1, 3) <> 'OPM')
341: THEN

Line 409: FND_MSG_PUB.initialize;

405: IS
406: l_where_clause VARCHAR2(32000);
407: BEGIN
408:
409: FND_MSG_PUB.initialize;
410:
411: IF(p_time_dim_level_short_name <> 'TOTAL_TIME')
412: AND (is_time_dependent_on_org(p_time_lvl_short_name => p_time_dim_level_short_name)
413: = BIS_UTILITIES_PUB.G_TIME_IS_DEPEN_ON_ORG) THEN --2684911

Line 438: FND_MSG_PUB.initialize;

434: IS
435: l_where_clause VARCHAR2(32000);
436: BEGIN
437:
438: FND_MSG_PUB.initialize;
439:
440: IF(p_time_dim_level_short_name <> 'TOTAL_TIME')
441: AND (is_time_dependent_on_org(p_time_lvl_short_name => p_time_dim_level_short_name)
442: = BIS_UTILITIES_PUB.G_TIME_IS_DEPEN_ON_ORG) THEN --2684911

Line 472: FND_MSG_PUB.initialize;

468: l_error_tbl BIS_UTILITIES_PUB.Error_Tbl_Type;
469:
470: BEGIN
471:
472: FND_MSG_PUB.initialize;
473:
474: IF(p_dim_level_short_name <> 'TOTAL_TIME') THEN
475:
476: IF (is_time_dependent_on_org(p_time_lvl_short_name => p_dim_level_short_name)

Line 1237: FND_MSG_PUB.initialize;

1233: l_error_Tbl BIS_UTILITIES_PUB.Error_Tbl_Type;
1234: x_error_Tbl BIS_UTILITIES_PUB.Error_Tbl_Type;
1235: BEGIN
1236:
1237: FND_MSG_PUB.initialize;
1238:
1239: IF(p_dimension_level_short_name <> 'TOTAL_ORGANIZATION')
1240: AND (SUBSTR(p_dimension_level_short_name, 1, 3) <> 'OPM')
1241: THEN

Line 1282: FND_MSG_PUB.Count_And_Get

1278: , p_error_msg_id => SQLCODE
1279: , p_error_description => SQLERRM
1280: , x_error_table => x_error_Tbl
1281: );
1282: FND_MSG_PUB.Count_And_Get
1283: ( p_count => x_msg_count,
1284: p_data => x_msg_data
1285: );
1286: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 1295: FND_MSG_PUB.Count_And_Get

1291: , p_error_msg_id => SQLCODE
1292: , p_error_description => SQLERRM
1293: , x_error_table => x_error_Tbl
1294: );
1295: FND_MSG_PUB.Count_And_Get
1296: ( p_count => x_msg_count,
1297: p_data => x_msg_data
1298: );
1299: WHEN OTHERS THEN

Line 1308: FND_MSG_PUB.Count_And_Get

1304: , p_error_msg_id => SQLCODE
1305: , p_error_description => SQLERRM
1306: , x_error_table => x_error_Tbl
1307: );
1308: FND_MSG_PUB.Count_And_Get
1309: ( p_count => x_msg_count,
1310: p_data => x_msg_data
1311: );
1312:

Line 1332: FND_MSG_PUB.initialize;

1328: x_error_Tbl BIS_UTILITIES_PUB.Error_Tbl_Type;
1329: l_error_tbl BIS_UTILITIES_PUB.Error_Tbl_Type;
1330: BEGIN
1331:
1332: FND_MSG_PUB.initialize;
1333:
1334: IF(p_time_dim_level_short_name <> 'TOTAL_TIME')
1335: AND (is_time_dependent_on_org(p_time_lvl_short_name => p_time_dim_level_short_name)
1336: = BIS_UTILITIES_PUB.G_TIME_IS_DEPEN_ON_ORG) THEN --2684911

Line 1356: FND_MSG_PUB.Count_And_Get

1352: , p_error_msg_id => SQLCODE
1353: , p_error_description => SQLERRM
1354: , x_error_table => x_error_Tbl
1355: );
1356: FND_MSG_PUB.Count_And_Get
1357: ( p_count => x_msg_count,
1358: p_data => x_msg_data
1359: );
1360: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 1369: FND_MSG_PUB.Count_And_Get

1365: , p_error_msg_id => SQLCODE
1366: , p_error_description => SQLERRM
1367: , x_error_table => x_error_Tbl
1368: );
1369: FND_MSG_PUB.Count_And_Get
1370: ( p_count => x_msg_count,
1371: p_data => x_msg_data
1372: );
1373: WHEN OTHERS THEN

Line 1382: FND_MSG_PUB.Count_And_Get

1378: , p_error_msg_id => SQLCODE
1379: , p_error_description => SQLERRM
1380: , x_error_table => x_error_Tbl
1381: );
1382: FND_MSG_PUB.Count_And_Get
1383: ( p_count => x_msg_count,
1384: p_data => x_msg_data
1385: );
1386: END Retrieve_Time_Where_Clause;