DBA Data[Home] [Help]

APPS.POS_SBD_PKG dependencies on POS_SPM_WF_PKG1

Line 559: pos_spm_wf_pkg1.notify_account_create

555:
556: -- Send all the notifications.
557: if l_vendor_id is not null then
558:
559: pos_spm_wf_pkg1.notify_account_create
560: (p_vendor_id => l_vendor_id,
561: p_bank_name => p_bank_name,
562: p_bank_account_number => p_bank_account_number,
563: x_itemtype => l_itemtype,

Line 897: pos_spm_wf_pkg1.notify_account_update

893:
894: -- Send all the notifications.
895: if l_vendor_id is not null then
896:
897: pos_spm_wf_pkg1.notify_account_update
898: (p_vendor_id => l_vendor_id,
899: p_bank_name => p_bank_name,
900: p_bank_account_number => p_bank_account_number,
901: p_currency_code => p_currency_code,

Line 1150: pos_spm_wf_pkg1.notify_sup_on_acct_action

1146: -- Send the notifications.
1147: open l_vendor_cur;
1148: fetch l_vendor_cur into l_vendor_id;
1149: close l_vendor_cur;
1150: pos_spm_wf_pkg1.notify_sup_on_acct_action
1151: (p_bank_account_number => p_bank_account_number,
1152: p_vendor_id => l_vendor_id,
1153: p_bank_name => p_bank_name,
1154: p_request_status => 'IN_VERIFICATION',

Line 1406: pos_spm_wf_pkg1.notify_sup_on_acct_action

1402: -- Notify the Supplier User
1403: open l_vendor_cur;
1404: fetch l_vendor_cur into l_vendor_id;
1405: close l_vendor_cur;
1406: pos_spm_wf_pkg1.notify_sup_on_acct_action
1407: (p_bank_account_number => p_bank_account_number,
1408: p_vendor_id => l_vendor_id,
1409: p_bank_name => p_bank_name,
1410: p_request_status => 'APPROVED',

Line 2339: pos_spm_wf_pkg1.notify_sup_on_acct_action

2335:
2336: end if;
2337:
2338: -- Send the notifications.
2339: pos_spm_wf_pkg1.notify_sup_on_acct_action
2340: (p_bank_account_number => l_bank_account_number,
2341: p_vendor_id => l_vendor_id,
2342: p_bank_name => l_bank_name,
2343: p_request_status => l_ntf_status,