DBA Data[Home] [Help]

APPS.FEM_BR_MAPPING_RULE_PVT dependencies on STANDARD

Line 1211: -- Standard API information constants.

1207: )
1208: IS
1209:
1210: --
1211: -- Standard API information constants.
1212: --
1213: L_API_VERSION CONSTANT NUMBER := 1.0;
1214: L_API_NAME CONSTANT VARCHAR2(30) := 'SYNCHRONIZE_MAPPING_DEFINITION';
1215:

Line 1256: -- Standard check for API version compatibility.

1252: --
1253: SAVEPOINT synchronize_mapping_definition;
1254:
1255: --
1256: -- Standard check for API version compatibility.
1257: --
1258: IF NOT FND_API.Compatible_API_Call (L_API_VERSION,
1259: p_api_version,
1260: L_API_NAME,

Line 1353: -- Standard check for commit request.

1349:
1350: end loop;
1351:
1352: --
1353: -- Standard check for commit request.
1354: --
1355: IF FND_API.To_Boolean (p_commit) THEN
1356: COMMIT WORK;
1357: END IF;

Line 1360: -- Standard API to get message count, and if 1,

1356: COMMIT WORK;
1357: END IF;
1358:
1359: --
1360: -- Standard API to get message count, and if 1,
1361: -- set the message data OUT variable.
1362: --
1363: FND_MSG_PUB.Count_And_Get (
1364: p_count => x_msg_count,