DBA Data[Home] [Help]

APPS.CS_TM_LABOR_SCHEDULE_PVT dependencies on STANDARD

Line 87: -- Standard call to check for call compatibility

83:
84:
85: BEGIN
86:
87: -- Standard call to check for call compatibility
88: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
89: G_PKG_NAME) THEN
90: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
91: END IF;

Line 623: -- Standard call to check for call compatibility

619:
620:
621: BEGIN
622:
623: -- Standard call to check for call compatibility
624: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
625: G_PKG_NAME) THEN
626: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
627: END IF;

Line 1157: -- Standard Call to check API Compatibility

1153:
1154:
1155: BEGIN
1156:
1157: -- Standard Call to check API Compatibility
1158: IF NOT FND_API.Compatible_API_CALL(l_api_version,
1159: p_api_version,
1160: l_api_name,
1161: G_PKG_NAME) THEN