DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on APP_EXCEPTION

Line 8122: APP_EXCEPTION.raise_exception(

8118: END IF;
8119:
8120: l_progress := '060';
8121: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
8122: APP_EXCEPTION.raise_exception(
8123: exception_type => 'PO_SHARED_PROC_PVT.check_transaction_flow',
8124: exception_code => 0,
8125: exception_text => 'return_status='||l_return_status);
8126: END IF;

Line 8140: APP_EXCEPTION.raise_exception(

8136: p_item_id => l_item_id,
8137: p_transaction_flow_header_id => l_transaction_flow_header_id,
8138: x_item_in_linv_pou => l_item_in_linv_pou);
8139: IF l_return_status <> FND_API.g_ret_sts_success THEN
8140: APP_EXCEPTION.raise_exception(
8141: exception_type => 'PO_SHARED_PROC_PVT.check_item_in_linv_pou',
8142: exception_code => 0,
8143: exception_text => 'return_status='||l_return_status);
8144: ELSIF l_return_status = FND_API.g_ret_sts_success AND

Line 8152: APP_EXCEPTION.raise_exception(

8148: p_token => l_progress,
8149: p_message => 'After calling check_item_in_linv_pou: Item does not exist in the
8150: logical inv org of the POU'||' l_return_status= '||l_return_status);
8151: END IF;
8152: APP_EXCEPTION.raise_exception(
8153: exception_type => 'PO_SHARED_PROC_PVT.check_item_in_linv_pou',
8154: exception_code => 0,
8155: exception_text => 'Item does not exist in the logical inventory org of POU');
8156: END IF;

Line 8316: APP_EXCEPTION.raise_exception(

8312:
8313: l_progress := '100';
8314:
8315: IF (l_return_value = FALSE) THEN
8316: APP_EXCEPTION.raise_exception(
8317: exception_type => 'PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow',
8318: exception_code => 0,
8319: exception_text => 'Start_workflow returned FALSE');
8320: END IF;