DBA Data[Home] [Help]

APPS.PO_HEADERS_PKG_S0 dependencies on PO_DOC_STYLE_GRP

Line 215: l_style_id := PO_DOC_STYLE_GRP.GET_STANDARD_DOC_STYLE; --

211: /* bug : 10017321 : Added p_style_id as parameter to insert_row withd default NULL value.
212: Need to check if p_style_id is NULL then stamp it with standard style else use existing value.
213: */
214: if(p_style_id is NULL) then
215: l_style_id := PO_DOC_STYLE_GRP.GET_STANDARD_DOC_STYLE; --
216: else
217: l_style_id := p_style_id;
218: end if;
219: