DBA Data[Home] [Help]

APPS.OKC_AQ_PUB dependencies on OKC_AQ_PVT

Line 73: okc_debug.Log('40: Calling okc_aq_pvt.send_message ',2);

69: RAISE OKC_API.G_EXCEPTION_ERROR;
70: END IF;
71:
72: IF (l_debug = 'Y') THEN
73: okc_debug.Log('40: Calling okc_aq_pvt.send_message ',2);
74: END IF;
75:
76: okc_aq_pvt.send_message (
77: p_api_version ,

Line 76: okc_aq_pvt.send_message (

72: IF (l_debug = 'Y') THEN
73: okc_debug.Log('40: Calling okc_aq_pvt.send_message ',2);
74: END IF;
75:
76: okc_aq_pvt.send_message (
77: p_api_version ,
78: p_init_msg_list ,
79: p_commit ,
80: x_msg_count ,

Line 90: okc_debug.Log('50: After Call To okc_aq_pvt.send_message ',2);

86: p_delay
87: );
88:
89: IF (l_debug = 'Y') THEN
90: okc_debug.Log('50: After Call To okc_aq_pvt.send_message ',2);
91: okc_debug.Log('50: x_msg_count : '||x_msg_count,2);
92: okc_debug.Log('50: x_msg_data : '||x_msg_data,2);
93: okc_debug.Log('50: x_return_status : '||x_return_status,2);
94: END IF;

Line 172: okc_aq_pvt.send_message (

168: ELSIF (l_return_status = OKC_API.G_RET_STS_ERROR) THEN
169: RAISE OKC_API.G_EXCEPTION_ERROR;
170: END IF;
171:
172: okc_aq_pvt.send_message (
173: p_api_version ,
174: p_init_msg_list ,
175: p_commit ,
176: x_msg_count ,