DBA Data[Home] [Help]

APPS.OKC_PHI_PVT dependencies on FND_MSG_PUB

Line 225: Fnd_Msg_Pub.Initialize;

221: l_x_PRICING_ATTR_val_tbl QP_Modifiers_PUB.Pricing_Attr_Val_Tbl_Type;
222:
223:
224: BEGIN
225: Fnd_Msg_Pub.Initialize;
226: IF (l_debug = 'Y') THEN
227: okc_util.print_trace(1,'start process_price_hold');
228: END IF;
229:

Line 303: l_MODIFIER_LIST_rec.description := ltrim(rtrim(Fnd_Msg_Pub.Get( p_msg_index => Fnd_Msg_Pub.G_LAST, p_encoded => FND_API.G_FALSE ))); --Modifier Name Transalated

299: p_token1_value => l_k_header.contract_number,
300: p_token2 => 'KMODIFIER',
301: p_token2_value => nvl(l_k_header.contract_number_modifier,' '));
302:
303: l_MODIFIER_LIST_rec.description := ltrim(rtrim(Fnd_Msg_Pub.Get( p_msg_index => Fnd_Msg_Pub.G_LAST, p_encoded => FND_API.G_FALSE ))); --Modifier Name Transalated
304: l_MODIFIER_LIST_rec.name := l_modifier_list_rec.description;
305:
306: l_MODIFIER_LIST_rec.version_no := '0.1';
307: l_MODIFIER_LIST_rec.operation := QP_GLOBALS.G_OPR_CREATE;

Line 1028: FND_MSG_PUB.Add_Exc_Msg (

1024: x_msg_data := oe_msg_pub.get(p_msg_index => i,
1025: p_encoded => 'F'
1026: );
1027:
1028: FND_MSG_PUB.Add_Exc_Msg (
1029: p_pkg_name => 'OKC_PHI_PVT',
1030: p_procedure_name => 'process_price_hold',
1031: p_error_text => x_msg_data
1032: );

Line 1067: FND_MSG_PUB.Add_Exc_Msg (

1063: x_msg_data := oe_msg_pub.get(p_msg_index => i,
1064: p_encoded => 'F'
1065: );
1066:
1067: FND_MSG_PUB.Add_Exc_Msg (
1068: p_pkg_name => 'OKC_PHI_PVT',
1069: p_procedure_name => 'process_price_hold',
1070: p_error_text => x_msg_data
1071: );

Line 1107: FND_MSG_PUB.Add_Exc_Msg (

1103: x_msg_data := oe_msg_pub.get(p_msg_index => i,
1104: p_encoded => 'F'
1105: );
1106:
1107: FND_MSG_PUB.Add_Exc_Msg (
1108: p_pkg_name => 'OKC_PHI_PVT',
1109: p_procedure_name => 'process_price_hold',
1110: p_error_text => x_msg_data
1111: );

Line 1242: Fnd_Msg_Pub.Initialize;

1238: l_x_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
1239: l_x_PRICING_ATTR_val_tbl QP_Modifiers_PUB.Pricing_Attr_Val_Tbl_Type;
1240:
1241: BEGIN
1242: Fnd_Msg_Pub.Initialize;
1243: l_call_qp_api := false;
1244: OPEN c_k_header(p_cle_id);
1245: fetch c_k_header into l_k_header;
1246: IF c_k_header%FOUND then

Line 1353: FND_MSG_PUB.Add_Exc_Msg (

1349: x_msg_data := oe_msg_pub.get(p_msg_index => i,
1350: p_encoded => 'F'
1351: );
1352:
1353: FND_MSG_PUB.Add_Exc_Msg (
1354: p_pkg_name => 'OKC_PHI_PVT',
1355: p_procedure_name => 'extend_price_hold',
1356: p_error_text => x_msg_data
1357: );

Line 1385: FND_MSG_PUB.Add_Exc_Msg (

1381: x_msg_data := oe_msg_pub.get(p_msg_index => i,
1382: p_encoded => 'F'
1383: );
1384:
1385: FND_MSG_PUB.Add_Exc_Msg (
1386: p_pkg_name => 'OKC_PHI_PVT',
1387: p_procedure_name => 'extend_price_hold',
1388: p_error_text => x_msg_data
1389: );

Line 1418: FND_MSG_PUB.Add_Exc_Msg (

1414: x_msg_data := oe_msg_pub.get(p_msg_index => i,
1415: p_encoded => 'F'
1416: );
1417:
1418: FND_MSG_PUB.Add_Exc_Msg (
1419: p_pkg_name => 'OKC_PHI_PVT',
1420: p_procedure_name => 'extend_price_hold',
1421: p_error_text => x_msg_data
1422: );

Line 1593: Fnd_Msg_Pub.Initialize;

1589: FROM OKC_K_ITEMS_V
1590: WHERE CLE_ID = p_cle_id;
1591:
1592: BEGIN
1593: Fnd_Msg_Pub.Initialize;
1594:
1595: IF Nvl(p_delete_before_yn,'N') = 'Y' THEN
1596: FOR crec IN c_cur_ph_lines( top_line_id ) LOOP
1597: okc_contract_pub.delete_contract_line (

Line 1785: x_msg_count := Fnd_Msg_Pub.Count_Msg;

1781: END IF;
1782:
1783: END LOOP;
1784: x_recs_copied := l_cnt-1;
1785: x_msg_count := Fnd_Msg_Pub.Count_Msg;
1786: x_msg_data := Fnd_Msg_Pub.Get( p_msg_index => Fnd_Msg_Pub.G_FIRST, p_encoded => FND_API.G_FALSE );
1787: IF x_msg_count>0 THEN x_return_status := OKC_API.G_RET_STS_ERROR; END IF;
1788: EXCEPTION
1789: WHEN OTHERS THEN

Line 1786: x_msg_data := Fnd_Msg_Pub.Get( p_msg_index => Fnd_Msg_Pub.G_FIRST, p_encoded => FND_API.G_FALSE );

1782:
1783: END LOOP;
1784: x_recs_copied := l_cnt-1;
1785: x_msg_count := Fnd_Msg_Pub.Count_Msg;
1786: x_msg_data := Fnd_Msg_Pub.Get( p_msg_index => Fnd_Msg_Pub.G_FIRST, p_encoded => FND_API.G_FALSE );
1787: IF x_msg_count>0 THEN x_return_status := OKC_API.G_RET_STS_ERROR; END IF;
1788: EXCEPTION
1789: WHEN OTHERS THEN
1790: -- store SQL error message on message stack for caller

Line 1793: x_msg_count := Fnd_Msg_Pub.Count_Msg;

1789: WHEN OTHERS THEN
1790: -- store SQL error message on message stack for caller
1791: OKC_API.set_message(G_APP_NAME, G_UNEXPECTED_ERROR,G_SQLCODE_TOKEN,SQLCODE,G_SQLERRM_TOKEN,SQLERRM);
1792: -- notify caller of an UNEXPECTED error
1793: x_msg_count := Fnd_Msg_Pub.Count_Msg;
1794: x_msg_data := Fnd_Msg_Pub.Get( p_msg_index => Fnd_Msg_Pub.G_FIRST, p_encoded => FND_API.G_FALSE );
1795: x_return_status := OKC_API.G_RET_STS_UNEXP_ERROR;
1796: END COPY_LINES;
1797:

Line 1794: x_msg_data := Fnd_Msg_Pub.Get( p_msg_index => Fnd_Msg_Pub.G_FIRST, p_encoded => FND_API.G_FALSE );

1790: -- store SQL error message on message stack for caller
1791: OKC_API.set_message(G_APP_NAME, G_UNEXPECTED_ERROR,G_SQLCODE_TOKEN,SQLCODE,G_SQLERRM_TOKEN,SQLERRM);
1792: -- notify caller of an UNEXPECTED error
1793: x_msg_count := Fnd_Msg_Pub.Count_Msg;
1794: x_msg_data := Fnd_Msg_Pub.Get( p_msg_index => Fnd_Msg_Pub.G_FIRST, p_encoded => FND_API.G_FALSE );
1795: x_return_status := OKC_API.G_RET_STS_UNEXP_ERROR;
1796: END COPY_LINES;
1797:
1798: END OKC_PHI_PVT;