DBA Data[Home] [Help]

APPS.AP_WORKFLOW_PKG dependencies on STANDARD

Line 4965: ,'INVOICE REQUEST','STANDARD'

4961:
4962: UPDATE AP_INVOICES_ALL
4963: SET invoice_type_lookup_code =
4964: DECODE(invoice_type_lookup_code
4965: ,'INVOICE REQUEST','STANDARD'
4966: ,'CREDIT MEMO REQUEST', 'CREDIT'
4967: ,invoice_type_lookup_code),
4968: terms_id = l_terms_id,
4969: terms_date = l_terms_date

Line 8633: * Parameters : As per standard API format for Workflow Engine as documented

8629: ------------------------------------------------------------------------------
8630: /* Process post-notification activity to set the correct user context if
8631: * invoice hold is being released from email notification
8632: *
8633: * Parameters : As per standard API format for Workflow Engine as documented
8634: * in Workflow Developer's Guide
8635: *
8636: * Logic : As per Workflow API Reference, the global engine variable
8637: * WF_ENGINE.context_user will be set to 'email:'