DBA Data[Home] [Help]

APPS.EAM_PN_EXTRACTION_PUB dependencies on STANDARD

Line 47: -- Standard API out parameter (for error handling).

43: -- X_INSERT, if equals 1 then the row will be inserted in the interface tables.
44: -- X_INSERT_MODE => 0 - create a new row and 1 - Update the existing row
45: -- X_INSERT_STATUS, specifies the current status of Asset Number (3 Resides in stores )
46: -- X_RETURN_STATUS, X_MSG_COUNT OUT NOCOPY NUMBER, X_MSG_DATA OUT NOCOPY VARCHAR2
47: -- Standard API out parameter (for error handling).
48:
49: l_api_version CONSTANT NUMBER := 1.0;
50: l_api_name CONSTANT VARCHAR2(30) := 'PN_EAM_EXPORT_MODE';
51:

Line 69: -- Standard Start of API savepoint

65: l_parent_exists_in_mog number := 0;
66:
67: BEGIN
68:
69: -- Standard Start of API savepoint
70: l_stmt_num := 10;
71: SAVEPOINT pn_eam_export_mode_PUB;
72:
73: l_stmt_num := 20;

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

71: SAVEPOINT pn_eam_export_mode_PUB;
72:
73: l_stmt_num := 20;
74:
75: -- Standard call to check for call compatibility.
76: IF NOT fnd_api.compatible_api_call(
77: l_api_version
78: ,p_api_version
79: ,l_api_name