DBA Data[Home] [Help]

APPS.PO_DOC_STYLE_PVT dependencies on STANDARD

Line 228: --compatible and they would have a standard style

224: END IF;
225:
226: IF l_style_id_tbl.count = 0 THEN
227: --There is no style and hence all are
228: --compatible and they would have a standard style
229: d_progress := 60;
230:
231: x_style_id := PO_DOC_STYLE_GRP.get_standard_doc_style;
232: x_return_status := FND_API.g_ret_sts_success;

Line 231: x_style_id := PO_DOC_STYLE_GRP.get_standard_doc_style;

227: --There is no style and hence all are
228: --compatible and they would have a standard style
229: d_progress := 60;
230:
231: x_style_id := PO_DOC_STYLE_GRP.get_standard_doc_style;
232: x_return_status := FND_API.g_ret_sts_success;
233:
234: IF (PO_LOG.d_proc) THEN
235: PO_LOG.proc_end(d_module, 'x_return_status', x_return_status);

Line 279: IF PO_DOC_STYLE_GRP.is_standard_doc_style(l_group_style_id) = 'Y' THEN

275: IF (PO_LOG.d_stmt) THEN
276: PO_LOG.stmt(d_module, d_progress, 'Group style id',l_group_style_id);
277: END IF;
278:
279: IF PO_DOC_STYLE_GRP.is_standard_doc_style(l_group_style_id) = 'Y' THEN
280:
281: x_style_id := l_group_style_id;
282: x_return_status := FND_API.g_ret_sts_success;
283:

Line 346: END IF; /*IF PO_DOC_STYLE_GRP.is_standard_doc_style*/

342: END IF;
343:
344: CLOSE REQ_LINES_NOSOURCE_CSR;
345: RETURN;
346: END IF; /*IF PO_DOC_STYLE_GRP.is_standard_doc_style*/
347:
348:
349: EXCEPTION
350: WHEN FND_API.G_EXC_ERROR THEN

Line 651: -- is of STANDARD type.

647: --Locks:
648: -- None.
649: --Function:
650: -- check if purchase basis is enabled for a given style
651: -- is of STANDARD type.
652: --Parameters:
653: --IN:
654: -- p_style_id
655: -- Indicates the Document Style