DBA Data[Home] [Help]

APPS.AHL_DI_ASSO_DOCASO_PVT dependencies on STANDARD

Line 1165: -- Standard Start of API savepoint

1161: l_doc_title_asso_id NUMBER;
1162: l_record VARCHAR2(4000):='';
1163:
1164: BEGIN
1165: -- Standard Start of API savepoint
1166: SAVEPOINT process_association;
1167: -- Check if API is called in debug mode. If yes, enable debug.
1168:
1169: IF G_DEBUG='Y' THEN

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

1185: -- Initialize API return status to success
1186:
1187: x_return_status := 'S';
1188:
1189: -- Standard call to check for call compatibility.
1190: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,
1191: p_api_version,
1192: l_api_name,G_PKG_NAME)
1193: THEN