DBA Data[Home] [Help]

APPS.POS_VENDOR_REG_PKG dependencies on POS_SPM_WF_PKG1

Line 783: pos_spm_wf_pkg1.notify_bank_aprv_supp_aprv

779: AND psm.vendor_id = p_vendor_id;
780:
781:
782: IF l_count>0 THEN
783: pos_spm_wf_pkg1.notify_bank_aprv_supp_aprv
784: (p_vendor_id => p_vendor_id,
785: x_itemtype => l_itemtype,
786: x_itemkey => l_itemkey,
787: x_receiver => l_receiver

Line 834: pos_spm_wf_pkg1.notify_user_approved_sso_sync

830: l_count := p_username_pwds.COUNT;
831: FOR l_index IN 1..l_count LOOP
832: IF p_username_pwds(l_index).user_name <> l_user_name THEN
833: if (p_username_pwds(l_index).exist_in_oid = 'Y') then
834: pos_spm_wf_pkg1.notify_user_approved_sso_sync
835: (p_supplier_reg_id => p_supplier_reg_id,
836: p_username => p_username_pwds(l_index).user_name,
837: x_itemtype => l_itemtype,
838: x_itemkey => l_itemkey

Line 841: pos_spm_wf_pkg1.notify_supplier_user_approved

837: x_itemtype => l_itemtype,
838: x_itemkey => l_itemkey
839: ) ;
840: else
841: pos_spm_wf_pkg1.notify_supplier_user_approved
842: (p_supplier_reg_id => p_supplier_reg_id,
843: p_username => p_username_pwds(l_index).user_name,
844: p_password => p_username_pwds(l_index).password,
845: x_itemtype => l_itemtype,

Line 851: pos_spm_wf_pkg1.notify_supplier_apprv_ssosync

847: ) ;
848: end if;
849: ELSE
850: if (p_username_pwds(l_index).exist_in_oid = 'Y') then
851: pos_spm_wf_pkg1.notify_supplier_apprv_ssosync
852: (p_supplier_reg_id => p_supplier_reg_id,
853: p_username => p_username_pwds(l_index).user_name,
854: x_itemtype => l_itemtype,
855: x_itemkey => l_itemkey

Line 858: pos_spm_wf_pkg1.notify_supplier_approved

854: x_itemtype => l_itemtype,
855: x_itemkey => l_itemkey
856: ) ;
857: else
858: pos_spm_wf_pkg1.notify_supplier_approved
859: (p_supplier_reg_id => p_supplier_reg_id,
860: p_username => p_username_pwds(l_index).user_name,
861: p_password => p_username_pwds(l_index).password,
862: x_itemtype => l_itemtype,

Line 1508: pos_spm_wf_pkg1.notify_supplier_rejected

1504: and party_usage_code='SUPPLIER_PROSPECT';
1505:
1506: /* End Supplier Hub: Supplier Management */
1507:
1508: pos_spm_wf_pkg1.notify_supplier_rejected
1509: (p_supplier_reg_id => p_supplier_reg_id,
1510: x_itemtype => l_itemtype,
1511: x_itemkey => l_itemkey,
1512: x_receiver => l_receiver

Line 1608: pos_spm_wf_pkg1.send_supplier_reg_saved_ntf

1604: x_msg_data OUT NOCOPY VARCHAR2
1605: ) IS
1606: BEGIN
1607:
1608: pos_spm_wf_pkg1.send_supplier_reg_saved_ntf
1609: (p_supplier_reg_id => p_supplier_reg_id);
1610:
1611: x_return_status := fnd_api.g_ret_sts_success;
1612: x_msg_count := 0;