DBA Data[Home] [Help]

APPS.PO_GEN_DIFF_PKG dependencies on PO_GEN_DIFF_PKG

Line 1: PACKAGE BODY PO_GEN_DIFF_PKG AS

1: PACKAGE BODY PO_GEN_DIFF_PKG AS
2: /* $Header: PO_GEN_DIFF_PKG.plb 120.2.12020000.4 2013/02/15 11:16:45 amalick ship $ */
3:
4: FUNCTION getBasePK1 RETURN NUMBER IS
5: BEGIN

Line 2: /* $Header: PO_GEN_DIFF_PKG.plb 120.2.12020000.4 2013/02/15 11:16:45 amalick ship $ */

1: PACKAGE BODY PO_GEN_DIFF_PKG AS
2: /* $Header: PO_GEN_DIFF_PKG.plb 120.2.12020000.4 2013/02/15 11:16:45 amalick ship $ */
3:
4: FUNCTION getBasePK1 RETURN NUMBER IS
5: BEGIN
6: RETURN base_pk1;

Line 1449: l_progress := 'PO_GEN_DIFF_PKG.generate_par_differences_wf Start';

1445: l_par_draft_id NUMBER;
1446: l_document_id NUMBER;
1447: BEGIN
1448:
1449: l_progress := 'PO_GEN_DIFF_PKG.generate_par_differences_wf Start';
1450: po_wf_debug_pkg.Insert_debug(itemtype,itemkey, l_progress );
1451:
1452: l_par_draft_id := po_wf_util_pkg.GetItemAttrNumber (itemtype => itemtype,
1453: itemkey => itemkey,

Line 1474: l_progress := 'PO_GEN_DIFF_PKG.generate_par_differences_wf End';

1470: dest_table_name => 'PO_ENTITY_DIFFERENCES');
1471:
1472: resultout := wf_engine.eng_completed;
1473:
1474: l_progress := 'PO_GEN_DIFF_PKG.generate_par_differences_wf End';
1475: po_wf_debug_pkg.Insert_debug(itemtype,itemkey, l_progress );
1476:
1477: END generate_par_differences_wf;
1478: