DBA Data[Home] [Help]

APPS.PV_LOCATOR dependencies on STANDARD

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

151: -- ------------------------------------------------------------------------
152: -- Retrieve profile value for stack trace profile option.
153: -- ------------------------------------------------------------------------
154:
155: -- Standard call to check for call compatibility.
156: IF NOT FND_API.Compatible_API_Call ( l_api_version,
157: p_api_version,
158: l_api_name,
159: G_PKG_NAME)

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

373: END IF;
374:
375: l_msg_data:=l_msg_data ||'Total No. Of Partners after getting response form e_location: ' || x_partner_tbl.count;
376:
377: -- Standard call to get message count and if count is 1, get message info.
378: FND_MSG_PUB.Count_And_Get
379: (
380: p_count => x_msg_count,
381: p_data => x_msg_data

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

514: BEGIN
515:
516:
517:
518: -- Standard call to check for call compatibility.
519: IF NOT FND_API.Compatible_API_Call ( l_api_version,
520: p_api_version,
521: l_api_name,
522: G_PKG_NAME)

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

936: );
937: END IF;
938:
939:
940: -- Standard call to get message count and if count is 1, get message info.
941: FND_MSG_PUB.Count_And_Get
942: (
943: p_count => x_msg_count,
944: p_data => x_msg_data

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

1051:
1052: BEGIN
1053:
1054:
1055: -- Standard call to check for call compatibility.
1056: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1057: p_api_version,
1058: l_api_name,
1059: G_PKG_NAME)

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

1482: x_partner_tbl:=l_partner_tbl;
1483: -- dbms_output.put_line('size of l_partner Table is ' || l_partner_tbl.count);
1484:
1485: --************************************************
1486: -- Standard call to get message count and if count is 1, get message info.
1487: FND_MSG_PUB.Count_And_Get
1488: (
1489: p_count => x_msg_count,
1490: p_data => x_msg_data