DBA Data[Home] [Help]

APPS.AS_GAR_QOT_PUB dependencies on AS_GAR_QOT_PUB

Line 1: PACKAGE BODY AS_GAR_QOT_PUB AS

1: PACKAGE BODY AS_GAR_QOT_PUB AS
2: /* $Header: asxgrqtb.pls 120.22 2006/02/02 21:30 amagupta noship $ */
3:
4: ---------------------------------------------------------------------------
5: -- Start of Comments

Line 7: -- PACKAGE NAME: AS_GAR_QOT_PUB

3:
4: ---------------------------------------------------------------------------
5: -- Start of Comments
6: ---------------------------------------------------------------------------
7: -- PACKAGE NAME: AS_GAR_QOT_PUB
8: -- ---------------------------------------------------------------------
9: -- PURPOSE
10: -- --------
11: -- This package contains procedures to accomplish each of the following

Line 103: AS_GAR_QOT_PUB.EXPLODE_GROUPS_QOT(

99:
100: --Commenting the following call since Real Time API is not supporting other than rs_employee
101: -- Explode GROUPS if any inside winners
102: /* AS_GAR.LOG(G_ENTITY || AS_GAR.G_CALL_TO || AS_GAR.G_CEX_GROUPS || AS_GAR.G_START);
103: AS_GAR_QOT_PUB.EXPLODE_GROUPS_QOT(
104: x_errbuf => l_errbuf,
105: x_retcode => l_retcode,
106: p_terr_globals => l_terr_globals,
107: x_return_status => l_return_status);

Line 121: AS_GAR_QOT_PUB.EXPLODE_TEAMS_QOT(

117: COMMIT;
118:
119: -- Explode TEAMS if any inside winners
120: AS_GAR.LOG(G_ENTITY || AS_GAR.G_CALL_TO || AS_GAR.G_CEX_TEAMS || AS_GAR.G_START);
121: AS_GAR_QOT_PUB.EXPLODE_TEAMS_QOT(
122: x_errbuf => l_errbuf,
123: x_retcode => l_retcode,
124: p_terr_globals => l_terr_globals,
125: x_return_status => l_return_status);

Line 139: AS_GAR_QOT_PUB.SET_TEAM_LEAD_QOT(

135: COMMIT;
136: */
137: -- Set team leader for Quotes
138: AS_GAR.LOG(G_ENTITY || AS_GAR.G_CALL_TO || AS_GAR.G_STLEAD || AS_GAR.G_START);
139: AS_GAR_QOT_PUB.SET_TEAM_LEAD_QOT(
140: x_errbuf => l_errbuf,
141: x_retcode => l_retcode,
142: p_terr_globals => l_terr_globals,
143: x_return_status => l_return_status);

Line 154: AS_GAR_QOT_PUB.SET_FAF_QOT(

150: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
151: End If;
152:
153: AS_GAR.LOG(G_ENTITY || AS_GAR.G_CALL_TO || 'UPDATE FAF::' || AS_GAR.G_START);
154: AS_GAR_QOT_PUB.SET_FAF_QOT(
155: x_errbuf => l_errbuf,
156: x_retcode => l_retcode,
157: p_terr_globals => l_terr_globals,
158: x_return_status => l_return_status);

Line 170: AS_GAR_QOT_PUB.INSERT_ACCESSES_QOT(

166: End If;
167:
168: -- Insert into Qot Accesses from Winners
169: AS_GAR.LOG(G_ENTITY || AS_GAR.G_CALL_TO || AS_GAR.G_INSACC || AS_GAR.G_START);
170: AS_GAR_QOT_PUB.INSERT_ACCESSES_QOT(
171: x_errbuf => l_errbuf,
172: x_retcode => l_retcode,
173: p_terr_globals => l_terr_globals,
174: x_return_status => l_return_status);

Line 185: AS_GAR_QOT_PUB.INSERT_TERR_ACCESSES_QOT(

181: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
182: End If;
183: -- Insert into territory Accesses
184: AS_GAR.LOG(G_ENTITY || AS_GAR.G_CALL_TO || AS_GAR.G_INSTERRACC || AS_GAR.G_START);
185: AS_GAR_QOT_PUB.INSERT_TERR_ACCESSES_QOT(
186: x_errbuf => l_errbuf,
187: x_retcode => l_retcode,
188: p_terr_globals => l_terr_globals,
189: x_return_status => l_return_status);

Line 201: AS_GAR_QOT_PUB.PERFORM_QOT_CLEANUP(

197: End If;
198:
199: -- Remove records in access table that are not qualified
200: AS_GAR.LOG(G_ENTITY || AS_GAR.G_CALL_TO || AS_GAR.G_CC || AS_GAR.G_START);
201: AS_GAR_QOT_PUB.PERFORM_QOT_CLEANUP(
202: x_errbuf => l_errbuf,
203: x_retcode => l_retcode,
204: p_terr_globals => l_terr_globals,
205: x_return_status => l_return_status);

Line 216: AS_GAR_QOT_PUB.ASSIGN_QOT_OWNER(

212: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
213: End If;
214: -- Quote Owner assignment
215: AS_GAR.LOG(G_ENTITY || AS_GAR.G_CALL_TO || AS_GAR.G_CO || AS_GAR.G_START);
216: AS_GAR_QOT_PUB.ASSIGN_QOT_OWNER(
217: x_errbuf => l_errbuf,
218: x_retcode => l_retcode,
219: p_terr_globals => l_terr_globals,
220: x_return_status => l_return_status);

Line 2239: END AS_GAR_QOT_PUB;

2235:
2236: /************************** End Quote Cleanup ***********************/
2237:
2238:
2239: END AS_GAR_QOT_PUB;