DBA Data[Home] [Help]

APPS.PO_EMAIL_GENERATE dependencies on PO_REQAPPROVAL_INIT1

Line 471: PO_REQAPPROVAL_INIT1.get_multiorg_context (l_document_type, l_document_id, x_orgid);

467:
468:
469: /* setting the org context here inside this procedure because wf mailer does not supply the
470: context. */
471: PO_REQAPPROVAL_INIT1.get_multiorg_context (l_document_type, l_document_id, x_orgid);
472:
473: IF x_orgid is NOT NULL THEN
474:
475: PO_MOAC_UTILS_PVT.set_org_context(x_orgid) ; --

Line 2588: PO_REQAPPROVAL_INIT1.get_multiorg_context (l_document_type, l_document_id, x_orgid);

2584: end if;
2585:
2586: /* setting the org context here inside this procedure because wf mailer does not supply the
2587: context. */
2588: PO_REQAPPROVAL_INIT1.get_multiorg_context (l_document_type, l_document_id, x_orgid);
2589:
2590: IF x_orgid is NOT NULL THEN
2591:
2592: PO_MOAC_UTILS_PVT.set_org_context(x_orgid) ; --