DBA Data[Home] [Help]

APPS.BIS_VG_LOOKUP dependencies on FND_MSG_PUB

Line 102: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR

98: IF (l_str IS NULL) THEN
99: BIS_VG_UTIL.Add_Error_message
100: ( p_error_msg_name => bis_vg_lookup.lat_col_tag_exp_msg
101: , p_error_proc_name => G_PKG_NAME||'.put_column_name'
102: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
103: , p_error_table => x_error_tbl
104: , x_error_table => x_error_tbl
105: );
106: bis_vg_log.update_failure_log( x_error_tbl

Line 427: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR

423: THEN
424: BIS_VG_UTIL.Add_Error_message
425: ( p_error_msg_name => bis_vg_lookup.LAT_INVALID_LOOKUP_TYPE_MSG
426: , p_error_proc_name => G_PKG_NAME||'. write_decode_statement'
427: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
428: , p_token1 => 'tag'
429: , p_value1 => '_LA:' || p_expr || ':' || p_lookup_table || ':' ||
430: p_lookup_type || ':' || p_lookup_column
431: , p_token2 => 'sel'

Line 890: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR

886: ) THEN
887: BIS_VG_UTIL.Add_Error_message
888: ( p_error_msg_name => bis_vg_lookup.LAT_COL_TAG_EXP_NO_EXP_MSG
889: , p_error_proc_name => G_PKG_NAME||'.parse_LA_select'
890: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
891: , p_token1 => 'tag'
892: , p_value1 => l_str
893: , p_error_table => x_error_tbl
894: , x_error_table => x_error_tbl

Line 931: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR

927: ) THEN
928: BIS_VG_UTIL.Add_Error_message
929: ( p_error_msg_name => bis_vg_lookup.LAT_COL_TAG_EXP_NO_EXP_MSG
930: , p_error_proc_name => G_PKG_NAME||'.parse_LA_select'
931: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
932: , p_token1 => 'tag'
933: , p_value1 => l_str
934: , p_error_table => x_error_tbl
935: , x_error_table => x_error_tbl

Line 971: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR

967: ) THEN
968: BIS_VG_UTIL.Add_Error_message
969: ( p_error_msg_name => bis_vg_lookup.LAT_SEL_TAG_EXP_NO_TABLE_MSG
970: , p_error_proc_name => G_PKG_NAME||'.parse_LA_select'
971: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
972: , p_token1 => 'tag'
973: , p_value1 => l_str
974: , p_error_table => x_error_tbl
975: , x_error_table => x_error_tbl

Line 1008: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR

1004: ) THEN
1005: BIS_VG_UTIL.Add_Error_message
1006: ( p_error_msg_name => bis_vg_lookup.LAT_SEL_TAG_EXP_NO_TYPE_MSG
1007: , p_error_proc_name => G_PKG_NAME||'.parse_LA_select'
1008: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
1009: , p_token1 => 'tag'
1010: , p_value1 => l_str
1011: , p_error_table => x_error_tbl
1012: , x_error_table => x_error_tbl

Line 1039: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR

1035: ) THEN
1036: BIS_VG_UTIL.Add_Error_message
1037: ( p_error_msg_name => bis_vg_lookup.LAT_SEL_TAG_EXP_NO_COL_MSG
1038: , p_error_proc_name => G_PKG_NAME||'.parse_LA_select'
1039: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
1040: , p_token1 => 'tag'
1041: , p_value1 => l_str
1042: , p_error_table => x_error_tbl
1043: , x_error_table => x_error_tbl

Line 1222: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR

1218: -- or does not contain the column demanded
1219: BIS_VG_UTIL.Add_Error_message
1220: ( p_error_msg_name => bis_vg_lookup.LAT_SEL_TAG_UNDEF_TAB
1221: , p_error_proc_name => G_PKG_NAME||'.put_decode_in_select'
1222: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
1223: , p_token1 => 'tab'
1224: , p_value1 => l_lookup_table
1225: , p_token2 => 'col'
1226: , p_value2 => l_lookup_column