DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on STANDARD

Line 161: -- Standard Start of API savepoint

157: l_copy_for_amendment varchar2(1);
158: l_copy_abstract_yn varchar2(1);
159: l_has_terms varchar2(1):= 'N';
160: BEGIN
161: -- Standard Start of API savepoint
162: SAVEPOINT COPY_QUOTE_PVT;
163:
164: -- Standard call to check for call compatibility.
165: IF NOT FND_API.Compatible_API_Call (

Line 164: -- Standard call to check for call compatibility.

160: BEGIN
161: -- Standard Start of API savepoint
162: SAVEPOINT COPY_QUOTE_PVT;
163:
164: -- Standard call to check for call compatibility.
165: IF NOT FND_API.Compatible_API_Call (
166: l_api_version_number
167: , p_api_version_number
168: , l_api_name

Line 824: -- Standard check for p_commit

820: --
821: -- End of API body
822: --
823:
824: -- Standard check for p_commit
825: IF FND_API.to_Boolean ( p_commit ) THEN
826: COMMIT WORK;
827: END IF;
828: -- Standard call to get message count and if count is 1, get message info.

Line 828: -- Standard call to get message count and if count is 1, get message info.

824: -- Standard check for p_commit
825: IF FND_API.to_Boolean ( p_commit ) THEN
826: COMMIT WORK;
827: END IF;
828: -- Standard call to get message count and if count is 1, get message info.
829: FND_MSG_PUB.Count_And_Get (
830: p_count => x_msg_count
831: , p_data => x_msg_data
832: );

Line 977: -- Standard Start of API savepoint

973:
974:
975: BEGIN
976:
977: -- Standard Start of API savepoint
978: SAVEPOINT COPY_HEADER_ROWS_PVT;
979:
980: -- Standard call to check for call compatibility.
981: IF NOT FND_API.Compatible_API_Call (

Line 980: -- Standard call to check for call compatibility.

976:
977: -- Standard Start of API savepoint
978: SAVEPOINT COPY_HEADER_ROWS_PVT;
979:
980: -- Standard call to check for call compatibility.
981: IF NOT FND_API.Compatible_API_Call (
982: l_api_version_number
983: , p_api_version_number
984: , l_api_name

Line 1540: -- Standard check for p_commit

1536: --
1537: -- End of API body
1538: --
1539:
1540: -- Standard check for p_commit
1541: IF FND_API.to_Boolean ( p_commit ) THEN
1542: COMMIT WORK;
1543: END IF;
1544:

Line 1545: -- Standard call to get message count and if count is 1, get message info.

1541: IF FND_API.to_Boolean ( p_commit ) THEN
1542: COMMIT WORK;
1543: END IF;
1544:
1545: -- Standard call to get message count and if count is 1, get message info.
1546: FND_MSG_PUB.Count_And_Get (
1547: p_count => x_msg_count
1548: , p_data => x_msg_data
1549: );

Line 1804: -- Standard Start of API savepoint

1800:
1801:
1802: BEGIN
1803:
1804: -- Standard Start of API savepoint
1805: SAVEPOINT COPY_LINE_ROWS_PVT;
1806:
1807: -- Standard call to check for call compatibility.
1808: IF NOT FND_API.Compatible_API_Call (

Line 1807: -- Standard call to check for call compatibility.

1803:
1804: -- Standard Start of API savepoint
1805: SAVEPOINT COPY_LINE_ROWS_PVT;
1806:
1807: -- Standard call to check for call compatibility.
1808: IF NOT FND_API.Compatible_API_Call (
1809: l_api_version_number
1810: , p_api_version_number
1811: , l_api_name

Line 2851: -- Standard check for p_commit

2847: --
2848: -- End of API body
2849: --
2850:
2851: -- Standard check for p_commit
2852: IF FND_API.to_Boolean ( p_commit ) THEN
2853: COMMIT WORK;
2854: END IF;
2855:

Line 2856: -- Standard call to get message count and if count is 1, get message info.

2852: IF FND_API.to_Boolean ( p_commit ) THEN
2853: COMMIT WORK;
2854: END IF;
2855:
2856: -- Standard call to get message count and if count is 1, get message info.
2857: FND_MSG_PUB.Count_And_Get (
2858: p_count => x_msg_count
2859: , p_data => x_msg_data
2860: );

Line 3955: -- Establish a standard save point

3951: l_api_version_number CONSTANT NUMBER := 1.0;
3952:
3953: BEGIN
3954:
3955: -- Establish a standard save point
3956: SAVEPOINT COPY_SALES_SUPPLEMENT_PVT;
3957:
3958: -- Standard call to check for call compatability
3959: IF NOT FND_API.Compatible_API_Call (

Line 3958: -- Standard call to check for call compatability

3954:
3955: -- Establish a standard save point
3956: SAVEPOINT COPY_SALES_SUPPLEMENT_PVT;
3957:
3958: -- Standard call to check for call compatability
3959: IF NOT FND_API.Compatible_API_Call (
3960: l_api_version_number
3961: , p_api_version_number
3962: , l_api_name

Line 4055: -- Standard check for p_commit

4051: END LOOP; -- instance value loop
4052:
4053: END LOOP; -- template loop
4054:
4055: -- Standard check for p_commit
4056: IF FND_API.to_Boolean ( p_commit ) THEN
4057: COMMIT WORK;
4058: END IF;
4059:

Line 4381: -- Standard Start of API savepoint

4377:
4378: IF aso_debug_pub.g_debug_flag = 'Y' THEN
4379: aso_debug_pub.ADD ( 'SPLIT_MODEL_LINE - Begin- ASO_COPY_QUOTE_PVT.SPLIT_MODEL_LINE ' , 1 , 'Y' );
4380: END IF;
4381: -- Standard Start of API savepoint
4382: SAVEPOINT SPLIT_MODEL_LINE_PVT;
4383:
4384: -- Standard call to check for call compatibility.
4385: IF NOT FND_API.Compatible_API_Call (

Line 4384: -- Standard call to check for call compatibility.

4380: END IF;
4381: -- Standard Start of API savepoint
4382: SAVEPOINT SPLIT_MODEL_LINE_PVT;
4383:
4384: -- Standard call to check for call compatibility.
4385: IF NOT FND_API.Compatible_API_Call (
4386: l_api_version_number
4387: , p_api_version_number
4388: , l_api_name

Line 5404: -- Standard check for p_commit

5400: X_Quote_Line_Tbl := x_qte_line_tbl;
5401: --
5402: -- End of API body
5403: --
5404: -- Standard check for p_commit
5405: IF FND_API.to_Boolean ( p_commit ) THEN
5406: COMMIT WORK;
5407: END IF;
5408: -- Standard call to get message count and if count is 1, get message info.

Line 5408: -- Standard call to get message count and if count is 1, get message info.

5404: -- Standard check for p_commit
5405: IF FND_API.to_Boolean ( p_commit ) THEN
5406: COMMIT WORK;
5407: END IF;
5408: -- Standard call to get message count and if count is 1, get message info.
5409: FND_MSG_PUB.Count_And_Get (
5410: p_count => x_msg_count
5411: , p_data => x_msg_data
5412: );

Line 5495: -- Establish a standard save point

5491: l_api_version_number CONSTANT NUMBER := 1.0;
5492:
5493: BEGIN
5494:
5495: -- Establish a standard save point
5496: SAVEPOINT INSERT_SALES_SUPP_DATA_PVT;
5497:
5498: -- Standard call to check for call compatability
5499: IF NOT FND_API.Compatible_API_Call (

Line 5498: -- Standard call to check for call compatability

5494:
5495: -- Establish a standard save point
5496: SAVEPOINT INSERT_SALES_SUPP_DATA_PVT;
5497:
5498: -- Standard call to check for call compatability
5499: IF NOT FND_API.Compatible_API_Call (
5500: l_api_version_number
5501: , p_api_version_number
5502: , l_api_name

Line 5597: -- Standard check for p_commit

5593: END LOOP; -- instance value loop
5594:
5595: END LOOP; -- template loop
5596:
5597: -- Standard check for p_commit
5598: IF FND_API.to_Boolean ( p_commit ) THEN
5599: COMMIT WORK;
5600: END IF;
5601:

Line 5884: -- Standard call to get message count and if count is 1, get message info.

5880: p_OBJECT_VERSION_NUMBER => l_payment_rec.OBJECT_VERSION_NUMBER,
5881: p_CUST_PO_LINE_NUMBER => l_payment_rec.CUST_PO_LINE_NUMBER,
5882: p_trxn_extension_id => l_payment_rec.trxn_extension_id
5883: );
5884: -- Standard call to get message count and if count is 1, get message info.
5885: FND_MSG_PUB.Count_And_Get
5886: ( p_count => x_msg_count,
5887: p_data => x_msg_data
5888: );