DBA Data[Home] [Help]

APPS.PO_WF_PO_RULE_ACC dependencies on PO_WF_UTIL_PKG

Line 49: x_requester_id := PO_WF_UTIL_PKG.GetItemAttrNumber(itemtype => itemtype,

45:
46: end if;
47:
48: x_progress := 'PO_WF_PO_RULE_ACC.get_default_requester_acc: 02';
49: x_requester_id := PO_WF_UTIL_PKG.GetItemAttrNumber(itemtype => itemtype,
50: itemkey => itemkey,
51: aname => 'TO_PERSON_ID');
52:
53: --< Shared Proc FPJ Start >

Line 65: -- the PO_WF_UTIL_PKG.GetItemAttrNumber() would return NULL.

61: -- Expense Account rules to either POU or DOU's org ID depending
62: -- on which OU's accounts are being generated.
63: -- For Req AG Workflow, the attribute EXPENSE_RULES_ORG_ID
64: -- would not be present. In that case,
65: -- the PO_WF_UTIL_PKG.GetItemAttrNumber() would return NULL.
66: -- Then, we would populate it with the ORG_ID in the org context.
67:
68: l_expense_rules_org_id := PO_WF_UTIL_PKG.GetItemAttrNumber(
69: itemtype => itemtype,

Line 68: l_expense_rules_org_id := PO_WF_UTIL_PKG.GetItemAttrNumber(

64: -- would not be present. In that case,
65: -- the PO_WF_UTIL_PKG.GetItemAttrNumber() would return NULL.
66: -- Then, we would populate it with the ORG_ID in the org context.
67:
68: l_expense_rules_org_id := PO_WF_UTIL_PKG.GetItemAttrNumber(
69: itemtype => itemtype,
70: itemkey => itemkey,
71: aname => 'EXPENSE_RULES_ORG_ID');
72:

Line 123: PO_WF_UTIL_PKG.SetItemAttrNumber (itemtype => itemtype,

119:
120:
121: x_progress := 'PO_WF_PO_RULE_ACC.get_default_requester_acc: 03';
122: if x_ccid is not null then
123: PO_WF_UTIL_PKG.SetItemAttrNumber (itemtype => itemtype,
124: itemkey => itemkey,
125: aname => 'DEFAULT_ACCT_ID',
126: avalue => x_ccid );
127:

Line 197: PO_WF_UTIL_PKG.SetItemAttrNumber (itemtype => itemtype,

193: x_progress := 'PO_WF_PO_RULE_ACC.get_favorite_charge_acc: 04';
194:
195:
196: if x_ccid is not null then
197: PO_WF_UTIL_PKG.SetItemAttrNumber (itemtype => itemtype,
198: itemkey => itemkey,
199: aname => 'DEFAULT_ACCT_ID',
200: avalue => x_ccid );
201: result := 'COMPLETE:SUCCESS';

Line 299: -- the PO_WF_UTIL_PKG.GetItemAttrNumber() would return NULL.

295: -- Expense Account rules to either POU or DOU's org ID depending
296: -- on which OU's accounts are being generated.
297: -- For Req AG Workflow, the attribute EXPENSE_RULES_ORG_ID
298: -- would not be present. In that case,
299: -- the PO_WF_UTIL_PKG.GetItemAttrNumber() would return NULL.
300: -- Then, we would populate it with the ORG_ID in the org context.
301:
302: l_expense_rules_org_id := PO_WF_UTIL_PKG.GetItemAttrNumber(
303: itemtype => itemtype,

Line 302: l_expense_rules_org_id := PO_WF_UTIL_PKG.GetItemAttrNumber(

298: -- would not be present. In that case,
299: -- the PO_WF_UTIL_PKG.GetItemAttrNumber() would return NULL.
300: -- Then, we would populate it with the ORG_ID in the org context.
301:
302: l_expense_rules_org_id := PO_WF_UTIL_PKG.GetItemAttrNumber(
303: itemtype => itemtype,
304: itemkey => itemkey,
305: aname => 'EXPENSE_RULES_ORG_ID');
306:

Line 418: PO_WF_UTIL_PKG.SetItemAttrNumber (

414:
415: l_progress := 'PO_WF_PO_RULE_ACC.IF_RULE_EXIST_FOR_ALL_SEGMENTS: 10';
416:
417: if l_ccId is not null then
418: PO_WF_UTIL_PKG.SetItemAttrNumber (
419: itemtype => itemtype,
420: itemkey => itemkey,
421: aname => 'DEFAULT_ACCT_ID',
422: avalue => l_ccId );

Line 511: PO_WF_UTIL_PKG.SetItemAttrText ( itemtype => itemtype,

507: else
508: x_segment_name := l_segment_table(l_counter).segment_name;
509: x_segment_value := l_segment_table(l_counter).segment_value;
510:
511: PO_WF_UTIL_PKG.SetItemAttrText ( itemtype => itemtype,
512: itemkey => itemkey,
513: aname => 'SEGMENT',
514: avalue => x_segment_name);
515:

Line 516: PO_WF_UTIL_PKG.SetItemAttrText ( itemtype => itemtype,

512: itemkey => itemkey,
513: aname => 'SEGMENT',
514: avalue => x_segment_name);
515:
516: PO_WF_UTIL_PKG.SetItemAttrText ( itemtype => itemtype,
517: itemkey => itemkey,
518: aname => 'VALUE',
519: avalue => x_segment_value);
520:

Line 554: x_category_id := PO_WF_UTIL_PKG.GetItemAttrText ( itemtype => itemtype,

550: --< Shared Proc FPJ End >
551:
552: BEGIN
553: x_progress := 'PO_WF_PO_RULE_ACC.get_segment_records: 01';
554: x_category_id := PO_WF_UTIL_PKG.GetItemAttrText ( itemtype => itemtype,
555: itemkey => itemkey,
556: aname => 'CATEGORY_ID');
557:
558: --< Shared Proc FPJ Start >

Line 559: l_expense_rules_org_id := PO_WF_UTIL_PKG.GetItemAttrNumber(

555: itemkey => itemkey,
556: aname => 'CATEGORY_ID');
557:
558: --< Shared Proc FPJ Start >
559: l_expense_rules_org_id := PO_WF_UTIL_PKG.GetItemAttrNumber(
560: itemtype => itemtype,
561: itemkey => itemkey,
562: aname => 'EXPENSE_RULES_ORG_ID');
563:

Line 701: l_purchasing_ou_id := PO_WF_UTIL_PKG.GetItemAttrNumber(

697: result := WF_ENGINE.eng_null;
698: RETURN;
699: END IF;
700:
701: l_purchasing_ou_id := PO_WF_UTIL_PKG.GetItemAttrNumber(
702: itemtype => itemtype,
703: itemkey => itemkey,
704: aname => 'PURCHASING_OU_ID');
705:

Line 706: PO_WF_UTIL_PKG.SetItemAttrNumber( itemtype => itemtype,

702: itemtype => itemtype,
703: itemkey => itemkey,
704: aname => 'PURCHASING_OU_ID');
705:
706: PO_WF_UTIL_PKG.SetItemAttrNumber( itemtype => itemtype,
707: itemkey => itemkey,
708: aname => 'EXPENSE_RULES_ORG_ID',
709: avalue => l_purchasing_ou_id);
710: EXCEPTION

Line 751: l_destination_ou_id := PO_WF_UTIL_PKG.GetItemAttrNumber(

747: result := WF_ENGINE.eng_null;
748: RETURN;
749: END IF;
750:
751: l_destination_ou_id := PO_WF_UTIL_PKG.GetItemAttrNumber(
752: itemtype => itemtype,
753: itemkey => itemkey,
754: aname => 'SHIP_TO_OU_ID');
755:

Line 756: PO_WF_UTIL_PKG.SetItemAttrNumber( itemtype => itemtype,

752: itemtype => itemtype,
753: itemkey => itemkey,
754: aname => 'SHIP_TO_OU_ID');
755:
756: PO_WF_UTIL_PKG.SetItemAttrNumber( itemtype => itemtype,
757: itemkey => itemkey,
758: aname => 'EXPENSE_RULES_ORG_ID',
759: avalue => l_destination_ou_id);
760: EXCEPTION