DBA Data[Home] [Help]

APPS.IBU_REG_NOTIF_PKG dependencies on WF_NOTIFICATION

Line 68: wf_id:=WF_Notification.send (role_name, 'IBU_RG', 'IBU_REG_MESSAGE', due_date, callback, context, send_comment, priority);

64: WF_Directory.SetAdHocRoleAttr (role_name, role_display_name, notification_preference, language, territory, email_address, fax);
65: end;
66:
67:
68: wf_id:=WF_Notification.send (role_name, 'IBU_RG', 'IBU_REG_MESSAGE', due_date, callback, context, send_comment, priority);
69: WF_Notification.SetAttrText (wf_id, 'IBU_REG_SUBJECT', subject);
70: WF_Notification.SetAttrText (wf_id, 'IBU_REG_GREETING', reg_greeting);
71: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKYOU', reg_thankyou);
72: WF_Notification.SetAttrText (wf_id, 'IBU_REG_INFO', reg_info);

Line 69: WF_Notification.SetAttrText (wf_id, 'IBU_REG_SUBJECT', subject);

65: end;
66:
67:
68: wf_id:=WF_Notification.send (role_name, 'IBU_RG', 'IBU_REG_MESSAGE', due_date, callback, context, send_comment, priority);
69: WF_Notification.SetAttrText (wf_id, 'IBU_REG_SUBJECT', subject);
70: WF_Notification.SetAttrText (wf_id, 'IBU_REG_GREETING', reg_greeting);
71: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKYOU', reg_thankyou);
72: WF_Notification.SetAttrText (wf_id, 'IBU_REG_INFO', reg_info);
73: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ACCTINFO', reg_acctinfo);

Line 70: WF_Notification.SetAttrText (wf_id, 'IBU_REG_GREETING', reg_greeting);

66:
67:
68: wf_id:=WF_Notification.send (role_name, 'IBU_RG', 'IBU_REG_MESSAGE', due_date, callback, context, send_comment, priority);
69: WF_Notification.SetAttrText (wf_id, 'IBU_REG_SUBJECT', subject);
70: WF_Notification.SetAttrText (wf_id, 'IBU_REG_GREETING', reg_greeting);
71: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKYOU', reg_thankyou);
72: WF_Notification.SetAttrText (wf_id, 'IBU_REG_INFO', reg_info);
73: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ACCTINFO', reg_acctinfo);
74: WF_Notification.SetAttrText (wf_id, 'IBU_REG_USERNAME', reg_username);

Line 71: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKYOU', reg_thankyou);

67:
68: wf_id:=WF_Notification.send (role_name, 'IBU_RG', 'IBU_REG_MESSAGE', due_date, callback, context, send_comment, priority);
69: WF_Notification.SetAttrText (wf_id, 'IBU_REG_SUBJECT', subject);
70: WF_Notification.SetAttrText (wf_id, 'IBU_REG_GREETING', reg_greeting);
71: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKYOU', reg_thankyou);
72: WF_Notification.SetAttrText (wf_id, 'IBU_REG_INFO', reg_info);
73: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ACCTINFO', reg_acctinfo);
74: WF_Notification.SetAttrText (wf_id, 'IBU_REG_USERNAME', reg_username);
75: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PASSWORD', reg_password);

Line 72: WF_Notification.SetAttrText (wf_id, 'IBU_REG_INFO', reg_info);

68: wf_id:=WF_Notification.send (role_name, 'IBU_RG', 'IBU_REG_MESSAGE', due_date, callback, context, send_comment, priority);
69: WF_Notification.SetAttrText (wf_id, 'IBU_REG_SUBJECT', subject);
70: WF_Notification.SetAttrText (wf_id, 'IBU_REG_GREETING', reg_greeting);
71: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKYOU', reg_thankyou);
72: WF_Notification.SetAttrText (wf_id, 'IBU_REG_INFO', reg_info);
73: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ACCTINFO', reg_acctinfo);
74: WF_Notification.SetAttrText (wf_id, 'IBU_REG_USERNAME', reg_username);
75: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PASSWORD', reg_password);
76: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CONTRACTNUM', reg_contractnum);

Line 73: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ACCTINFO', reg_acctinfo);

69: WF_Notification.SetAttrText (wf_id, 'IBU_REG_SUBJECT', subject);
70: WF_Notification.SetAttrText (wf_id, 'IBU_REG_GREETING', reg_greeting);
71: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKYOU', reg_thankyou);
72: WF_Notification.SetAttrText (wf_id, 'IBU_REG_INFO', reg_info);
73: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ACCTINFO', reg_acctinfo);
74: WF_Notification.SetAttrText (wf_id, 'IBU_REG_USERNAME', reg_username);
75: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PASSWORD', reg_password);
76: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CONTRACTNUM', reg_contractnum);
77: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CSINUM', reg_csinum);

Line 74: WF_Notification.SetAttrText (wf_id, 'IBU_REG_USERNAME', reg_username);

70: WF_Notification.SetAttrText (wf_id, 'IBU_REG_GREETING', reg_greeting);
71: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKYOU', reg_thankyou);
72: WF_Notification.SetAttrText (wf_id, 'IBU_REG_INFO', reg_info);
73: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ACCTINFO', reg_acctinfo);
74: WF_Notification.SetAttrText (wf_id, 'IBU_REG_USERNAME', reg_username);
75: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PASSWORD', reg_password);
76: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CONTRACTNUM', reg_contractnum);
77: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CSINUM', reg_csinum);
78: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CHANGEPWD', reg_changepwd);

Line 75: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PASSWORD', reg_password);

71: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKYOU', reg_thankyou);
72: WF_Notification.SetAttrText (wf_id, 'IBU_REG_INFO', reg_info);
73: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ACCTINFO', reg_acctinfo);
74: WF_Notification.SetAttrText (wf_id, 'IBU_REG_USERNAME', reg_username);
75: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PASSWORD', reg_password);
76: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CONTRACTNUM', reg_contractnum);
77: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CSINUM', reg_csinum);
78: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CHANGEPWD', reg_changepwd);
79: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PRINT', reg_print);

Line 76: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CONTRACTNUM', reg_contractnum);

72: WF_Notification.SetAttrText (wf_id, 'IBU_REG_INFO', reg_info);
73: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ACCTINFO', reg_acctinfo);
74: WF_Notification.SetAttrText (wf_id, 'IBU_REG_USERNAME', reg_username);
75: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PASSWORD', reg_password);
76: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CONTRACTNUM', reg_contractnum);
77: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CSINUM', reg_csinum);
78: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CHANGEPWD', reg_changepwd);
79: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PRINT', reg_print);
80: WF_Notification.SetAttrText (wf_id, 'IBU_REG_LOGON', reg_logon);

Line 77: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CSINUM', reg_csinum);

73: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ACCTINFO', reg_acctinfo);
74: WF_Notification.SetAttrText (wf_id, 'IBU_REG_USERNAME', reg_username);
75: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PASSWORD', reg_password);
76: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CONTRACTNUM', reg_contractnum);
77: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CSINUM', reg_csinum);
78: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CHANGEPWD', reg_changepwd);
79: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PRINT', reg_print);
80: WF_Notification.SetAttrText (wf_id, 'IBU_REG_LOGON', reg_logon);
81: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKS', reg_thanks);

Line 78: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CHANGEPWD', reg_changepwd);

74: WF_Notification.SetAttrText (wf_id, 'IBU_REG_USERNAME', reg_username);
75: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PASSWORD', reg_password);
76: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CONTRACTNUM', reg_contractnum);
77: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CSINUM', reg_csinum);
78: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CHANGEPWD', reg_changepwd);
79: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PRINT', reg_print);
80: WF_Notification.SetAttrText (wf_id, 'IBU_REG_LOGON', reg_logon);
81: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKS', reg_thanks);
82: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CLOSING', reg_closing);

Line 79: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PRINT', reg_print);

75: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PASSWORD', reg_password);
76: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CONTRACTNUM', reg_contractnum);
77: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CSINUM', reg_csinum);
78: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CHANGEPWD', reg_changepwd);
79: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PRINT', reg_print);
80: WF_Notification.SetAttrText (wf_id, 'IBU_REG_LOGON', reg_logon);
81: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKS', reg_thanks);
82: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CLOSING', reg_closing);
83: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ISUPPORT', reg_isupport);

Line 80: WF_Notification.SetAttrText (wf_id, 'IBU_REG_LOGON', reg_logon);

76: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CONTRACTNUM', reg_contractnum);
77: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CSINUM', reg_csinum);
78: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CHANGEPWD', reg_changepwd);
79: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PRINT', reg_print);
80: WF_Notification.SetAttrText (wf_id, 'IBU_REG_LOGON', reg_logon);
81: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKS', reg_thanks);
82: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CLOSING', reg_closing);
83: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ISUPPORT', reg_isupport);
84:

Line 81: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKS', reg_thanks);

77: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CSINUM', reg_csinum);
78: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CHANGEPWD', reg_changepwd);
79: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PRINT', reg_print);
80: WF_Notification.SetAttrText (wf_id, 'IBU_REG_LOGON', reg_logon);
81: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKS', reg_thanks);
82: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CLOSING', reg_closing);
83: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ISUPPORT', reg_isupport);
84:
85: /* commit; */

Line 82: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CLOSING', reg_closing);

78: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CHANGEPWD', reg_changepwd);
79: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PRINT', reg_print);
80: WF_Notification.SetAttrText (wf_id, 'IBU_REG_LOGON', reg_logon);
81: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKS', reg_thanks);
82: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CLOSING', reg_closing);
83: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ISUPPORT', reg_isupport);
84:
85: /* commit; */
86:

Line 83: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ISUPPORT', reg_isupport);

79: WF_Notification.SetAttrText (wf_id, 'IBU_REG_PRINT', reg_print);
80: WF_Notification.SetAttrText (wf_id, 'IBU_REG_LOGON', reg_logon);
81: WF_Notification.SetAttrText (wf_id, 'IBU_REG_THANKS', reg_thanks);
82: WF_Notification.SetAttrText (wf_id, 'IBU_REG_CLOSING', reg_closing);
83: WF_Notification.SetAttrText (wf_id, 'IBU_REG_ISUPPORT', reg_isupport);
84:
85: /* commit; */
86:
87: end ibu_send_reg_notification;