DBA Data[Home] [Help]

APPS.AHL_PRD_DISP_MTL_TXN_PVT dependencies on STANDARD

Line 111: -- Standard start of API savepoint

107: l_mr_asso_tbl AHL_PRD_NONROUTINE_PVT.MR_Association_tbl_type;
108:
109: --
110: BEGIN
111: -- Standard start of API savepoint
112: SAVEPOINT Process_Disp_Mtl_Txn_pvt;
113:
114: -- Initialize Procedure return status to success
115: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 616: -- Standard check of p_commit

612: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
613: RAISE FND_API.G_EXC_ERROR;
614: END IF;
615:
616: -- Standard check of p_commit
617: IF FND_API.TO_BOOLEAN(p_commit) THEN
618: COMMIT WORK;
619: END IF;
620:

Line 621: -- Standard call to get message count and if count is 1, get message info

617: IF FND_API.TO_BOOLEAN(p_commit) THEN
618: COMMIT WORK;
619: END IF;
620:
621: -- Standard call to get message count and if count is 1, get message info
622: FND_MSG_PUB.Count_And_Get
623: ( p_count => x_msg_count,
624: p_data => x_msg_data,
625: p_encoded => fnd_api.g_false

Line 920: -- Standard start of API savepoint

916: l_disp_assoc_rec DISP_MTXN_ASSOC_REC_TYPE;
917: i NUMBER;
918: --
919: BEGIN
920: -- Standard start of API savepoint
921: SAVEPOINT Get_Mtl_Txn_Type_pvt;
922:
923: -- Initialize Procedure return status to success
924: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1017: -- Standard call to get message count and if count is 1, get message info

1013: CLOSE get_disp_issue_csr;
1014:
1015: END IF;
1016:
1017: -- Standard call to get message count and if count is 1, get message info
1018: FND_MSG_PUB.Count_And_Get
1019: ( p_count => x_msg_count,
1020: p_data => x_msg_data,
1021: p_encoded => fnd_api.g_false