DBA Data[Home] [Help]

APPS.AHL_PRD_DISP_MTL_TXN_PVT dependencies on STANDARD

Line 114: -- Standard start of API savepoint

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

Line 628: -- Standard check of p_commit

624: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
625: RAISE FND_API.G_EXC_ERROR;
626: END IF;
627:
628: -- Standard check of p_commit
629: IF FND_API.TO_BOOLEAN(p_commit) THEN
630: COMMIT WORK;
631: END IF;
632:

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

629: IF FND_API.TO_BOOLEAN(p_commit) THEN
630: COMMIT WORK;
631: END IF;
632:
633: -- Standard call to get message count and if count is 1, get message info
634: FND_MSG_PUB.Count_And_Get
635: ( p_count => x_msg_count,
636: p_data => x_msg_data,
637: p_encoded => fnd_api.g_false

Line 932: -- Standard start of API savepoint

928: l_disp_assoc_rec DISP_MTXN_ASSOC_REC_TYPE;
929: i NUMBER;
930: --
931: BEGIN
932: -- Standard start of API savepoint
933: SAVEPOINT Get_Mtl_Txn_Type_pvt;
934:
935: -- Initialize Procedure return status to success
936: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

1025: CLOSE get_disp_issue_csr;
1026:
1027: END IF;
1028:
1029: -- Standard call to get message count and if count is 1, get message info
1030: FND_MSG_PUB.Count_And_Get
1031: ( p_count => x_msg_count,
1032: p_data => x_msg_data,
1033: p_encoded => fnd_api.g_false