DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_DOC_STYLE_HELPER

Line 975: IF ( g_doc_style_id IS NOT NULL AND G_PARAMETER_YES = PO_DOC_STYLE_HELPER.get_is_formal_change_required(g_doc_style_id))

971: -- document type/subtype, revision, etc.
972: init_document_globals;
973:
974: --
975: IF ( g_doc_style_id IS NOT NULL AND G_PARAMETER_YES = PO_DOC_STYLE_HELPER.get_is_formal_change_required(g_doc_style_id))
976: THEN
977: add_error ( p_api_errors => g_api_errors,
978: x_return_status => x_return_status,
979: p_message_name => 'PO_CHNG_WRONG_DOC_STYLE',