DBA Data[Home] [Help]

APPS.CSD_REPAIR_TYPES_PVT dependencies on STANDARD

Line 59: -- Standard Start of API savepoint

55: TRUNC(NVL(FS_LKUP.end_date_active, SYSDATE)) AND
56: FS_LKUP.lookup_code = FS_B.FLOW_STATUS_CODE;
57:
58: BEGIN
59: -- Standard Start of API savepoint
60: SAVEPOINT Get_Start_Flow_Status;
61:
62: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
63: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, lc_mod_name || '.BEGIN',

Line 107: -- Standard call to get message count and IF count is get message info.

103: END IF;
104:
105: -- Api body ends here
106:
107: -- Standard call to get message count and IF count is get message info.
108: FND_MSG_PUB.Count_And_Get
109: (p_count => x_msg_count,
110: p_data => x_msg_data );
111: