DBA Data[Home] [Help]

APPS.AHL_PRD_NONROUTINE_PUB dependencies on STANDARD

Line 77: -- Standard start of API savepoint

73: x_job_return_status VARCHAR2(1);
74: l_mr_asso_tbl AHL_PRD_NONROUTINE_PVT.MR_Association_tbl_type;
75: BEGIN
76:
77: -- Standard start of API savepoint
78: SAVEPOINT CREATE_NON_ROUTINE_SP;
79:
80: IF(p_module_type = 'BPEL') THEN
81: x_return_status := AHL_PRD_WO_PUB.init_user_and_role(p_user_id);

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

87:
88: -- Initialize return status to success before any code logic/validation
89: x_return_status:= FND_API.G_RET_STS_SUCCESS;
90:
91: -- Standard call to check for call compatibility
92: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version, p_api_version, l_api_name, G_PKG_NAME)
93: THEN
94: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
95: END IF;

Line 243: -- Standard check of p_commit

239: COMMIT WORK;
240: END IF;
241: END IF;
242:
243: -- Standard check of p_commit
244: IF FND_API.TO_BOOLEAN(p_commit) THEN
245: COMMIT WORK;
246: END IF;
247:

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

913:
914:
915: BEGIN
916:
917: -- Standard call to check for call compatibility
918: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version,l_api_name, G_PKG_NAME ) THEN
919: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
920: END IF;
921: