DBA Data[Home] [Help]

APPS.PSB_ENTITY_SET_PVT dependencies on STANDARD

Line 782: -- Standard Start of API savepoint

778: l_source_data_extract_rec l_source_data_extract_csr%ROWTYPE;
779:
780: BEGIN
781:
782: -- Standard Start of API savepoint
783:
784: SAVEPOINT Copy_Parameter_Set_Pvt;
785:
786: -- Standard call to check for call compatibility.

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

782: -- Standard Start of API savepoint
783:
784: SAVEPOINT Copy_Parameter_Set_Pvt;
785:
786: -- Standard call to check for call compatibility.
787:
788: --
789: IF NOT FND_API.Compatible_API_Call ( l_api_version,
790: p_api_version,

Line 1693: -- Standard check of p_commit.

1689:
1690: END LOOP; -- Processing parameters.
1691:
1692:
1693: -- Standard check of p_commit.
1694: IF FND_API.to_Boolean (p_commit) THEN
1695: COMMIT WORK;
1696: END IF;
1697:

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

1694: IF FND_API.to_Boolean (p_commit) THEN
1695: COMMIT WORK;
1696: END IF;
1697:
1698: -- Standard call to get message count and if count is 1, get message info.
1699:
1700: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
1701: p_data => p_msg_data);
1702:

Line 1839: -- Standard Start of API savepoint

1835: l_attribute_value_rec l_attribute_value_csr%ROWTYPE;
1836:
1837: BEGIN
1838:
1839: -- Standard Start of API savepoint
1840:
1841: SAVEPOINT Copy_Attributes_Pvt;
1842:
1843: -- Standard call to check for call compatibility.

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

1839: -- Standard Start of API savepoint
1840:
1841: SAVEPOINT Copy_Attributes_Pvt;
1842:
1843: -- Standard call to check for call compatibility.
1844:
1845: IF not FND_API.Compatible_API_Call (l_api_version,
1846: p_api_version,
1847: l_api_name,

Line 1973: -- Standard check of p_commit.

1969:
1970:
1971: -- End of API body.
1972:
1973: -- Standard check of p_commit.
1974:
1975: IF FND_API.to_Boolean (p_commit) THEN
1976: COMMIT WORK;
1977: END IF;

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

1975: IF FND_API.to_Boolean (p_commit) THEN
1976: COMMIT WORK;
1977: END IF;
1978:
1979: -- Standard call to get message count and if count is 1, get message info.
1980:
1981: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
1982: p_data => p_msg_data);
1983: