DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on APP_EXCEPTION

Line 8729: APP_EXCEPTION.raise_exception(

8725: END IF;
8726:
8727: l_progress := '060';
8728: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
8729: APP_EXCEPTION.raise_exception(
8730: exception_type => 'PO_SHARED_PROC_PVT.check_transaction_flow',
8731: exception_code => 0,
8732: exception_text => 'return_status='||l_return_status);
8733: END IF;

Line 8747: APP_EXCEPTION.raise_exception(

8743: p_item_id => l_item_id,
8744: p_transaction_flow_header_id => l_transaction_flow_header_id,
8745: x_item_in_linv_pou => l_item_in_linv_pou);
8746: IF l_return_status <> FND_API.g_ret_sts_success THEN
8747: APP_EXCEPTION.raise_exception(
8748: exception_type => 'PO_SHARED_PROC_PVT.check_item_in_linv_pou',
8749: exception_code => 0,
8750: exception_text => 'return_status='||l_return_status);
8751: ELSIF l_return_status = FND_API.g_ret_sts_success AND

Line 8759: APP_EXCEPTION.raise_exception(

8755: p_token => l_progress,
8756: p_message => 'After calling check_item_in_linv_pou: Item does not exist in the
8757: logical inv org of the POU'||' l_return_status= '||l_return_status);
8758: END IF;
8759: APP_EXCEPTION.raise_exception(
8760: exception_type => 'PO_SHARED_PROC_PVT.check_item_in_linv_pou',
8761: exception_code => 0,
8762: exception_text => 'Item does not exist in the logical inventory org of POU');
8763: END IF;

Line 8923: APP_EXCEPTION.raise_exception(

8919:
8920: l_progress := '100';
8921:
8922: IF (l_return_value = FALSE) THEN
8923: APP_EXCEPTION.raise_exception(
8924: exception_type => 'PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow',
8925: exception_code => 0,
8926: exception_text => 'Start_workflow returned FALSE');
8927: END IF;