DBA Data[Home] [Help]

APPS.FEM_CONDITIONS_API dependencies on FND_MSG_PUB

Line 1148: fnd_msg_pub.add_detail(p_message_type => 'W');

1144: -- IF (z_loggingTurnedOn = 'Y') THEN
1145: fnd_message.set_name(APPLICATION => FEM_APP,NAME => G_INVALID_COLUMN);
1146: fnd_message.set_token(TOKEN => G_COLUMN_TOKEN, VALUE => l_value, TRANSLATE => FALSE);
1147: fnd_message.set_token(TOKEN => G_TABLE_TOKEN, VALUE =>p_factTable,TRANSLATE => FALSE);
1148: fnd_msg_pub.add_detail(p_message_type => 'W');
1149:
1150: /*FEM_ENGINES_PKG.PUT_MESSAGE(
1151: p_app_name => FEM_APP,
1152: p_msg_name => G_INVALID_COLUMN,

Line 1320: fnd_msg_pub.add_detail(p_message_type => 'W');

1316: --IF (z_loggingTurnedOn = 'Y') THEN
1317: fnd_message.set_name(APPLICATION => FEM_APP,NAME => G_INVALID_COLUMN);
1318: fnd_message.set_token(TOKEN => G_COLUMN_TOKEN, VALUE => l_columnName, TRANSLATE => FALSE);
1319: fnd_message.set_token(TOKEN => G_TABLE_TOKEN, VALUE =>p_factTableName,TRANSLATE => FALSE);
1320: fnd_msg_pub.add_detail(p_message_type => 'W');
1321: /* FEM_ENGINES_PKG.PUT_MESSAGE(
1322: p_app_name => FEM_APP,
1323: p_msg_name => G_INVALID_COLUMN,
1324: p_token1 => G_COLUMN_TOKEN,

Line 1344: fnd_msg_pub.add_detail(p_message_type => 'W');

1340: -- IF (z_loggingTurnedOn = 'Y') THEN
1341:
1342: fnd_message.set_name(APPLICATION => FEM_APP,NAME => G_INVALID_OPERATOR);
1343: fnd_message.set_token(TOKEN => G_OPERATOR_TOKEN, VALUE => l_operator, TRANSLATE => FALSE);
1344: fnd_msg_pub.add_detail(p_message_type => 'W');
1345:
1346: /* FEM_ENGINES_PKG.PUT_MESSAGE(
1347: p_app_name => FEM_APP,
1348: p_msg_name => G_INVALID_OPERATOR,

Line 1833: FND_MSG_PUB.add_detail(p_message_type => 'W');

1829: if (l_query_string = '[Invalid Relation Code]') then
1830:
1831: FND_MESSAGE.set_name(APPLICATION => FEM_APP,NAME => G_INVALID_RELATION);
1832: FND_MESSAGE.set_token(TOKEN => G_RELATION_TOKEN, VALUE => p_relation_code, TRANSLATE => FALSE);
1833: FND_MSG_PUB.add_detail(p_message_type => 'W');
1834:
1835: return null;
1836:
1837: end if;

Line 1931: FND_MSG_PUB.add_detail(p_message_type => 'W');

1927: if (l_query_string = '[Invalid Relation Code]') then
1928:
1929: FND_MESSAGE.set_name(APPLICATION => FEM_APP,NAME => G_INVALID_RELATION);
1930: FND_MESSAGE.set_token(TOKEN => G_RELATION_TOKEN, VALUE => p_relation_code, TRANSLATE => FALSE);
1931: FND_MSG_PUB.add_detail(p_message_type => 'W');
1932:
1933: return null;
1934:
1935: end if;

Line 2166: fnd_msg_pub.add_detail(p_message_type => 'W');

2162:
2163: fnd_message.set_name(APPLICATION => FEM_APP, NAME => G_INVALID_NODE);
2164: fnd_message.set_token(TOKEN => G_NODE_TOKEN, VALUE => l_node_tbl(i), TRANSLATE => FALSE);
2165: fnd_message.set_token(TOKEN => G_HIERARCHY_TOKEN, VALUE => l_hierarchy_obj_name, TRANSLATE => FALSE);
2166: fnd_msg_pub.add_detail(p_message_type => 'W');
2167:
2168: /*
2169: FEM_ENGINES_PKG.PUT_MESSAGE(
2170: p_app_name => FEM_APP,

Line 2388: fnd_msg_pub.add_detail(p_message_type => 'W');

2384:
2385: fnd_message.set_name(APPLICATION => FEM_APP,NAME => G_INVALID_DIMENSION);
2386: fnd_message.set_token(TOKEN => G_COLUMN_TOKEN, VALUE => l_dimensionColumn, TRANSLATE => FALSE);
2387: fnd_message.set_token(TOKEN => G_TABLE_TOKEN, VALUE =>p_factTableName,TRANSLATE => FALSE);
2388: fnd_msg_pub.add_detail(p_message_type => 'W');
2389:
2390: /* FEM_ENGINES_PKG.PUT_MESSAGE(
2391: p_app_name => FEM_APP,
2392: p_msg_name => G_INVALID_DIMENSION,

Line 2418: fnd_msg_pub.add_detail(p_message_type => 'W');

2414:
2415: fnd_message.set_name(APPLICATION => FEM_APP,NAME => G_INVALID_COMP_DIMENSION);
2416: fnd_message.set_token(TOKEN => G_COLUMN_TOKEN, VALUE => l_dimensionColumn, TRANSLATE => FALSE);
2417: fnd_message.set_token(TOKEN => G_COMP_DIM_TOKEN, VALUE =>l_tokenValue,TRANSLATE => FALSE);
2418: fnd_msg_pub.add_detail(p_message_type => 'W');
2419:
2420: RETURN;
2421: END IF;
2422: END IF;

Line 2569: FND_MSG_PUB.Delete_Msg();

2565: BEGIN
2566:
2567: x_return_status := g_success;
2568:
2569: FND_MSG_PUB.Delete_Msg();
2570:
2571: /*----Reinitializing PLSQL Tables----------*/
2572: /*--Data Step Predicate table--*/
2573: z_dataStepPredicates.DELETE;

Line 2806: FND_MSG_PUB.Count_and_Get(

2802:
2803: -- x_err_code := z_errCode;
2804: --x_err_msg := z_errMsg ;
2805:
2806: FND_MSG_PUB.Count_and_Get(
2807: p_encoded => p_encoded,
2808: p_count => x_msg_count,
2809: p_data => x_msg_data);
2810:

Line 2821: FND_MSG_PUB.Count_and_Get(

2817: p_token1 => G_CONDITION_TOKEN,
2818: p_value1 => p_condition_obj_id,
2819: p_token2 => G_EFFECTIVE_DATE_TOKEN,
2820: p_value2 => p_rule_effective_date);
2821: FND_MSG_PUB.Count_and_Get(
2822: p_encoded => p_encoded,
2823: p_count => x_msg_count,
2824: p_data => x_msg_data);
2825: x_return_status := g_error;

Line 2837: FND_MSG_PUB.Count_and_Get(

2833: p_msg_name => G_INVALID_TABLE,
2834: p_token1 => G_TABLE_TOKEN,
2835: p_value1 => p_input_fact_table_name);
2836:
2837: FND_MSG_PUB.Count_and_Get(
2838: p_encoded => p_encoded,
2839: p_count => x_msg_count,
2840: p_data => x_msg_data);
2841: x_return_status := g_error;

Line 2850: FND_MSG_PUB.Count_and_Get(

2846: FEM_ENGINES_PKG.PUT_MESSAGE(
2847: p_app_name => FEM_APP,
2848: p_msg_name => G_NO_TABLE);
2849:
2850: FND_MSG_PUB.Count_and_Get(
2851: p_encoded => p_encoded,
2852: p_count => x_msg_count,
2853: p_data => x_msg_data);
2854: x_return_status := g_error;

Line 2863: FND_MSG_PUB.Count_and_Get(

2859: FEM_ENGINES_PKG. PUT_MESSAGE(
2860: p_app_name => FEM_APP,
2861: p_msg_name => G_HIER_FLATTENED);
2862:
2863: FND_MSG_PUB.Count_and_Get(
2864: p_encoded => p_encoded,
2865: p_count => x_msg_count,
2866: p_data => x_msg_data);
2867: x_return_status := g_error;

Line 2876: FND_MSG_PUB.Count_and_Get(

2872: FEM_ENGINES_PKG. PUT_MESSAGE(
2873: p_app_name => FEM_APP,
2874: p_msg_name => G_NO_VALID_COMPS);
2875:
2876: FND_MSG_PUB.Count_and_Get(
2877: p_encoded => p_encoded,
2878: p_count => x_msg_count,
2879: p_data => x_msg_data);
2880: x_return_status := g_error;

Line 2894: FND_MSG_PUB.Count_and_Get(

2890: p_value1 => z_conditionObjectDefName,
2891: p_token2 => G_COMPONENT_TOKEN,
2892: p_value2 => z_componentObjectDefName);
2893:
2894: FND_MSG_PUB.Count_and_Get(
2895: p_encoded => p_encoded,
2896: p_count => x_msg_count,
2897: p_data => x_msg_data);
2898:

Line 2908: FND_MSG_PUB.Count_and_Get(

2904: FEM_ENGINES_PKG. PUT_MESSAGE(
2905: p_app_name => FEM_APP,
2906: p_msg_name => G_NO_COMPONENTS);
2907:
2908: FND_MSG_PUB.Count_and_Get(
2909: p_encoded => p_encoded,
2910: p_count => x_msg_count,
2911: p_data => x_msg_data);
2912: x_return_status := g_error;

Line 2926: FND_MSG_PUB.Count_and_Get(

2922: p_msg_name => G_UNHANDLED_EXCEPTION,
2923: p_token1 => G_SQL_ERR_TOKEN,
2924: p_value1 => SQLERRM);
2925:
2926: FND_MSG_PUB.Count_and_Get(
2927: p_encoded => p_encoded,
2928: p_count => x_msg_count,
2929: p_data => x_msg_data);
2930: x_return_status := g_error;

Line 3016: FND_MSG_PUB.Get(

3012: ELSIF (l_msg_count > 1)
3013: THEN
3014: FOR i IN 1..l_msg_count
3015: LOOP
3016: FND_MSG_PUB.Get(
3017: p_msg_index => i,
3018: p_encoded => FND_API.G_FALSE,
3019: p_data => l_message,
3020: p_msg_index_out => l_msg_out);

Line 3028: FND_MSG_PUB.Initialize;

3024:
3025: END LOOP;
3026: END IF;
3027:
3028: FND_MSG_PUB.Initialize;
3029:
3030: IF (l_return_status = g_error) THEN
3031: l_concurrent_status := fnd_concurrent.set_completion_status('ERROR',null);
3032: ELSE

Line 3534: -- Initialize Message Stack on FND_MSG_PUB

3530: ) then
3531: raise FND_API.G_EXC_UNEXPECTED_ERROR;
3532: end if;
3533:
3534: -- Initialize Message Stack on FND_MSG_PUB
3535: if (FND_API.To_Boolean(p_init_msg_list)) then
3536: FND_MSG_PUB.Initialize;
3537: end if;
3538:

Line 3536: FND_MSG_PUB.Initialize;

3532: end if;
3533:
3534: -- Initialize Message Stack on FND_MSG_PUB
3535: if (FND_API.To_Boolean(p_init_msg_list)) then
3536: FND_MSG_PUB.Initialize;
3537: end if;
3538:
3539: FEM_ENGINES_PKG.Tech_Message (
3540: p_severity => G_LOG_LEVEL_PROCEDURE

Line 3775: FND_MSG_PUB.Count_And_Get (

3771: commit work;
3772: end if;
3773:
3774: -- Standard call to get message count and if count is 1, get message info
3775: FND_MSG_PUB.Count_And_Get (
3776: p_count => x_msg_count
3777: ,p_data => x_msg_data
3778: );
3779:

Line 3791: FND_MSG_PUB.Count_And_Get(

3787:
3788: when FND_API.G_EXC_ERROR then
3789: rollback to Generate_Dim_Hier_Query_PVT;
3790: x_return_status := FND_API.G_RET_STS_ERROR;
3791: FND_MSG_PUB.Count_And_Get(
3792: p_count => x_msg_count
3793: ,p_data => x_msg_data
3794: );
3795:

Line 3799: FND_MSG_PUB.Count_And_Get(

3795:
3796: when FND_API.G_EXC_UNEXPECTED_ERROR then
3797: rollback to Generate_Dim_Hier_Query_PVT;
3798: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3799: FND_MSG_PUB.Count_And_Get(
3800: p_count => x_msg_count
3801: ,p_data => x_msg_data
3802: );
3803:

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

3803:
3804: when others then
3805: rollback to Generate_Dim_Hier_Query_PVT;
3806: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3807: if (FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) then
3808: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
3809: end if;
3810: FND_MSG_PUB.Count_And_Get(
3811: p_count => x_msg_count

Line 3808: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

3804: when others then
3805: rollback to Generate_Dim_Hier_Query_PVT;
3806: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3807: if (FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) then
3808: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
3809: end if;
3810: FND_MSG_PUB.Count_And_Get(
3811: p_count => x_msg_count
3812: ,p_data => x_msg_data

Line 3810: FND_MSG_PUB.Count_And_Get(

3806: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3807: if (FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) then
3808: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
3809: end if;
3810: FND_MSG_PUB.Count_And_Get(
3811: p_count => x_msg_count
3812: ,p_data => x_msg_data
3813: );
3814: