DBA Data[Home] [Help]

APPS.PAY_US_WORKFLOW_API_PKG dependencies on PAY_US_WORKFLOW_API_PKG

Line 1: PACKAGE BODY PAY_US_WORKFLOW_API_PKG as

1: PACKAGE BODY PAY_US_WORKFLOW_API_PKG as
2: /* $Header: payuswfapipkg.pkb 120.2 2011/07/15 10:19:30 rgottipa ship $ */
3: /*
4: ******************************************************************
5: * *

Line 20: Name : pay_us_workflow_api_pkg

16: * 500 Oracle Parkway, Redwood City, CA, 94065. *
17: * *
18: ******************************************************************
19:
20: Name : pay_us_workflow_api_pkg
21:
22: Description :
23:
24: Change List

Line 478: WF_CORE.CONTEXT ('PAY_US_WORKFLOW_API_PKG', 'GetRetroInformation', itemtype, itemkey, to_char(actid), funcmode);

474: end if;
475:
476: exception
477: when others then
478: WF_CORE.CONTEXT ('PAY_US_WORKFLOW_API_PKG', 'GetRetroInformation', itemtype, itemkey, to_char(actid), funcmode);
479: raise;
480: end GetRetroInformation;
481:
482: --bug 12704242

Line 558: WF_CORE.CONTEXT ('PAY_US_WORKFLOW_API_PKG', 'GetRetroInformation', itemtype, itemkey, to_char(actid), funcmode);

554: end if;
555:
556: exception
557: when others then
558: WF_CORE.CONTEXT ('PAY_US_WORKFLOW_API_PKG', 'GetRetroInformation', itemtype, itemkey, to_char(actid), funcmode);
559: raise;
560: end GetRetroEnhancedInfo;
561:
562: procedure post_notification_set_attr(itemtype in varchar2,

Line 700: WF_CORE.CONTEXT ('PAY_US_WORKFLOW_API_PKG', 'post_notification_set_attr', itemtype, itemkey, to_char(actid), funcmode);

696:
697:
698: exception
699: when others then
700: WF_CORE.CONTEXT ('PAY_US_WORKFLOW_API_PKG', 'post_notification_set_attr', itemtype, itemkey, to_char(actid), funcmode);
701: raise;
702: end post_notification_set_attr;
703:
704: PROCEDURE ExecuteConcProgram

Line 857: WF_CORE.Context('PAY_US_WORKFLOW_API_PKG', 'ExecuteConcProgram',

853:
854:
855: EXCEPTION
856: WHEN OTHERS THEN NULL;
857: WF_CORE.Context('PAY_US_WORKFLOW_API_PKG', 'ExecuteConcProgram',
858: p_itemtype, p_itemkey, p_actid, p_funcmode);
859: RAISE;
860:
861:

Line 937: WF_CORE.Context('PAY_US_WORKFLOW_API_PKG', 'CheckProcessInputs',

933:
934:
935: EXCEPTION
936: WHEN OTHERS THEN NULL;
937: WF_CORE.Context('PAY_US_WORKFLOW_API_PKG', 'CheckProcessInputs',
938: p_itemtype, p_itemkey, p_actid, p_funcmode);
939: RAISE;
940:
941:

Line 1018: WF_CORE.Context('PAY_US_WORKFLOW_API_PKG', 'IsResponseRequired',

1014:
1015:
1016: EXCEPTION
1017: WHEN OTHERS THEN NULL;
1018: WF_CORE.Context('PAY_US_WORKFLOW_API_PKG', 'IsResponseRequired',
1019: p_itemtype, p_itemkey, p_actid, p_funcmode);
1020: RAISE;
1021:
1022:

Line 1028: END PAY_US_WORKFLOW_API_PKG;

1024:
1025: --begin
1026: -- hr_utility.trace_on(null,'PYWF');
1027:
1028: END PAY_US_WORKFLOW_API_PKG;