DBA Data[Home] [Help]

APPS.CN_NOTIFY_ORDERS dependencies on ASO_ORDER_FEEDBACK_PUB

Line 1044: aso_order_feedback_pub.Get_Notice

1040: SAVEPOINT Get_Notice_Loop_Savepoint;
1041: --+
1042: -- Invoke Get_Notice to dequeue queue payload and return Order data
1043: --+
1044: aso_order_feedback_pub.Get_Notice
1045: (p_api_version => 1.0,
1046: x_return_status => l_return_status,
1047: x_msg_count => l_msg_count,
1048: x_msg_data => l_msg_data,

Line 1091: aso_order_feedback_pub.handle_exception(

1087: -- hithanki:23-04-03:Changes for Enhancement#2778521:Start
1088: -- Enqueue the failed message into the Order Feedback Exception Queue
1089: fnd_file.put_line(fnd_file.Log, 'l_return_status = FND_API.G_RET_STS_SUCCESS.');
1090:
1091: aso_order_feedback_pub.handle_exception(
1092: p_api_version => 1.0
1093: ,p_init_msg_list => fnd_api.g_false
1094: ,p_commit => fnd_api.g_false
1095: ,x_return_status => l_return_status