DBA Data[Home] [Help]

APPS.INVTROAP dependencies on WF_CORE

Line 191: wf_core.context('INVTROAP','Start_TO_Approval',l_itemtype,l_itemkey);

187: ( 'INVTROAP'
188: , 'Start_TO_Approval'
189: );
190: END IF;
191: wf_core.context('INVTROAP','Start_TO_Approval',l_itemtype,l_itemkey);
192: Raise FND_API.G_EXC_UNEXPECTED_ERROR;
193:
194: End Start_TO_Approval;
195:

Line 249: wf_core.context('INVTROAP','Check_TO_Status',itemtype,

245: end if;
246:
247: Exception
248: When others then
249: wf_core.context('INVTROAP','Check_TO_Status',itemtype,
250: itemkey, to_char(actid),funcmode);
251: raise;
252:
253: End Check_TO_Status;

Line 487: wf_core.context('INVTROAP','Spawn_TO_Lines',itemtype,itemkey,

483: end if;
484:
485: Exception
486: when others then
487: wf_core.context('INVTROAP','Spawn_TO_Lines',itemtype,itemkey,
488: actid,funcmode);
489: raise;
490:
491: End Spawn_TO_Lines;

Line 549: wf_core.context('INVTROAP','Get_TO_Approval_Status',itemtype,itemkey,

545:
546: end if;
547: Exception
548: when others then
549: wf_core.context('INVTROAP','Get_TO_Approval_Status',itemtype,itemkey,
550: to_char(actid),funcmode);
551: raise;
552:
553: End Evaluate_TO_Status;

Line 584: wf_core.context('INVTROAP','Upd_TO_Approved',itemtype,itemkey,

580: end if;
581:
582: exception
583: when others then
584: wf_core.context('INVTROAP','Upd_TO_Approved',itemtype,itemkey,
585: to_char(actid),funcmode);
586: raise;
587:
588: End Upd_TO_Approved;

Line 620: wf_core.context('INVTROAP','Upd_TO_Part_Approved',itemtype,itemkey,

616: end if;
617:
618: exception
619: when others then
620: wf_core.context('INVTROAP','Upd_TO_Part_Approved',itemtype,itemkey,
621: to_char(actid),funcmode);
622: raise;
623:
624: End Upd_TO_Part_Approved;

Line 660: wf_core.context('INVTROAP','Upd_TO_Rejected',itemtype,itemkey,

656: end if;
657:
658: exception
659: when others then
660: wf_core.context('INVTROAP','Upd_TO_Rejected',itemtype,itemkey,
661: to_char(actid),funcmode);
662: raise;
663:
664: End Upd_TO_Rejected;

Line 754: wf_core.context('INVTROAP','Null_Planner',itemtype,itemkey,

750: end if;
751:
752: exception
753: when others then
754: wf_core.context('INVTROAP','Null_Planner',itemtype,itemkey,
755: to_char(actid),funcmode);
756: raise;
757:
758: End Check_Null_Planner;

Line 848: wf_core.context('INVTROAP','Requestor_Is_Planner',itemtype,itemkey,

844: end if;
845:
846: exception
847: when others then
848: wf_core.context('INVTROAP','Requestor_Is_Planner',itemtype,itemkey,
849: to_char(actid),funcmode);
850: raise;
851:
852: End Requestor_Is_Planner;

Line 895: wf_core.context('INVTROAP','TimeOut_Action',itemtype,itemkey,

891: end if;
892:
893: exception
894: when others then
895: wf_core.context('INVTROAP','TimeOut_Action',itemtype,itemkey,
896: to_char(actid),funcmode);
897: raise;
898: End TimeOut_Action;
899:

Line 944: wf_core.context('INVTROAP','Upd_Line_Approve',itemtype,itemkey,

940: end if;
941:
942: exception
943: when others then
944: wf_core.context('INVTROAP','Upd_Line_Approve',itemtype,itemkey,
945: to_char(actid),funcmode);
946: raise;
947:
948: End Upd_Line_Approve;

Line 991: wf_core.context('INVTROAP','Upd_Line_Reject',itemtype,itemkey,

987: end if;
988:
989: exception
990: when others then
991: wf_core.context('INVTROAP','Upd_Line_Reject',itemtype,itemkey,
992: to_char(actid),funcmode);
993: raise;
994:
995: End Upd_Line_Reject;

Line 1055: wf_core.context('INVTROAP','Compute_Timeout',itemtype,itemkey,

1051: end if;
1052:
1053: exception
1054: when others then
1055: wf_core.context('INVTROAP','Compute_Timeout',itemtype,itemkey,
1056: to_char(actid),funcmode);
1057: raise;
1058: End Compute_Timeout;
1059:

Line 1226: wf_core.context('INVTROAP','More_TO_Lines',itemtype,itemkey,

1222: end if;
1223:
1224: exception
1225: when others then
1226: wf_core.context('INVTROAP','More_TO_Lines',itemtype,itemkey,
1227: to_char(actid),funcmode);
1228: raise;
1229: End More_TO_Lines;
1230:

Line 1269: wf_core.context('INVTROAP','Check_To_Sub_Roles',itemtype,itemkey,

1265: end if;
1266:
1267: exception
1268: when others then
1269: wf_core.context('INVTROAP','Check_To_Sub_Roles',itemtype,itemkey,
1270: to_char(actid),funcmode);
1271: raise;
1272:
1273: End Check_To_Sub_Roles;

Line 1312: wf_core.context('INVTROAP','Check_From_Sub_Roles',itemtype,itemkey,

1308: end if;
1309:
1310: exception
1311: when others then
1312: wf_core.context('INVTROAP','Check_From_Sub_Roles',itemtype,itemkey,
1313: to_char(actid),funcmode);
1314: raise;
1315:
1316: End Check_From_Sub_Roles;

Line 1333: WF_CORE.CONTEXT('INVTROAP','Selector',itemtype,itemkey,

1329: end if;
1330:
1331: Exception
1332: When Others then
1333: WF_CORE.CONTEXT('INVTROAP','Selector',itemtype,itemkey,
1334: to_char(actid),command);
1335: raise;
1336: End Selector;
1337: