DBA Data[Home] [Help]

APPS.PO_ONLINE_AUTHORING_WF_ACTIONS dependencies on FND_API

Line 390: ,p_init_msg_list => FND_API.G_FALSE

386:
387: -- Get the supplier user name list for a give po_header_id
388: po_vendors_grp.get_external_userlist
389: (p_api_version => 1.0
390: ,p_init_msg_list => FND_API.G_FALSE
391: ,p_document_id => p_document_id
392: ,p_document_type => p_document_type
393: ,x_return_status => l_return_status
394: ,x_msg_count => l_msg_count

Line 411: if(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

407:
408: l_progress := 110;
409:
410: -- Proceed if return status is success
411: if(l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
412:
413: l_progress := 120;
414:
415: if(l_namelist is null) then

Line 473: END IF; -- if(l_return_status = FND_API.G_RET_STS_SUCCESS)

469: end if; -- if (l_role_name is null )
470:
471: end if; -- if(l_namelist is null)
472:
473: END IF; -- if(l_return_status = FND_API.G_RET_STS_SUCCESS)
474:
475: IF PO_LOG.d_stmt THEN
476: PO_LOG.stmt(d_mod,l_progress, 'Returning l_role_name',l_role_name );
477: END IF;

Line 632: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

628: ELSE
629: d_position := 60;
630:
631: -- We should never come to here
632: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
633: END IF;
634:
635: IF PO_LOG.d_proc THEN
636: PO_LOG.proc_end(d_mod);