DBA Data[Home] [Help]

APPS.FEM_LEDGERS_UTIL_PKG dependencies on FND_API

Line 56: - FND_API.G_RET_STS_SUCCESS ('S') if calendar was found

52:
53: Return variables:
54: x_calendar_id - Identifies a Calendar member
55: x_return_status
56: - FND_API.G_RET_STS_SUCCESS ('S') if calendar was found
57: - FND_API.G_RET_STS_ERROR ('E') if no calendar is associated to the ledger
58: - FND_API.G_RET_STS_UNEXP_ERROR if something unexpected occurs
59:
60: *************************************************************************/

Line 57: - FND_API.G_RET_STS_ERROR ('E') if no calendar is associated to the ledger

53: Return variables:
54: x_calendar_id - Identifies a Calendar member
55: x_return_status
56: - FND_API.G_RET_STS_SUCCESS ('S') if calendar was found
57: - FND_API.G_RET_STS_ERROR ('E') if no calendar is associated to the ledger
58: - FND_API.G_RET_STS_UNEXP_ERROR if something unexpected occurs
59:
60: *************************************************************************/
61:

Line 58: - FND_API.G_RET_STS_UNEXP_ERROR if something unexpected occurs

54: x_calendar_id - Identifies a Calendar member
55: x_return_status
56: - FND_API.G_RET_STS_SUCCESS ('S') if calendar was found
57: - FND_API.G_RET_STS_ERROR ('E') if no calendar is associated to the ledger
58: - FND_API.G_RET_STS_UNEXP_ERROR if something unexpected occurs
59:
60: *************************************************************************/
61:
62: PROCEDURE Get_Calendar (

Line 102: IF NOT FND_API.Compatible_API_Call (C_API_VERSION,

98: -- Initialize return status to unexpected error
99: x_return_status := pc_ret_sts_unexp_error;
100:
101: -- Check for call compatibility.
102: IF NOT FND_API.Compatible_API_Call (C_API_VERSION,
103: p_api_version,
104: C_API_NAME,
105: PC_PKG_NAME)
106: THEN