DBA Data[Home] [Help]

APPS.OZF_ACT_OFFERS_PVT dependencies on STANDARD

Line 1860: -- Standard check of p_commit.

1856: -- END of API body.
1857: --
1858: l_list_header_id := x_list_header_id ;
1859:
1860: -- Standard check of p_commit.
1861: IF FND_API.To_Boolean ( p_commit )
1862: THEN
1863: COMMIT WORK;
1864: END IF;

Line 1867: -- Standard call to get message count AND IF count is 1, get message info.

1863: COMMIT WORK;
1864: END IF;
1865:
1866: --
1867: -- Standard call to get message count AND IF count is 1, get message info.
1868: --
1869: FND_MSG_PUB.Count_AND_Get
1870: ( p_count => x_msg_count,
1871: p_data => x_msg_data,

Line 2091: -- Standard check of p_commit.

2087: --
2088: -- END of API body.
2089: --
2090:
2091: -- Standard check of p_commit.
2092: IF FND_API.To_Boolean ( p_commit )
2093: THEN
2094: COMMIT WORK;
2095: END IF;

Line 2098: -- Standard call to get message count AND IF count is 1, get message info.

2094: COMMIT WORK;
2095: END IF;
2096:
2097: --
2098: -- Standard call to get message count AND IF count is 1, get message info.
2099: --
2100: FND_MSG_PUB.Count_AND_Get
2101: ( p_count => x_msg_count,
2102: p_data => x_msg_data,

Line 2322: -- Standard check of p_commit.

2318: --
2319: -- END of API body.
2320: --
2321:
2322: -- Standard check of p_commit.
2323: IF FND_API.To_Boolean ( p_commit )
2324: THEN
2325: COMMIT WORK;
2326: END IF;

Line 2329: -- Standard call to get message count AND IF count is 1, get message info.

2325: COMMIT WORK;
2326: END IF;
2327:
2328: --
2329: -- Standard call to get message count AND IF count is 1, get message info.
2330: --
2331: FND_MSG_PUB.Count_AND_Get
2332: ( p_count => x_msg_count,
2333: p_data => x_msg_data,