DBA Data[Home] [Help]

APPS.POS_VENDOR_REG_PKG dependencies on POS_SPM_WF_PKG1

Line 691: pos_spm_wf_pkg1.notify_bank_aprv_supp_aprv

687: l_itemkey wf_items.item_key%TYPE;
688: l_receiver wf_roles.name%TYPE;
689: BEGIN
690:
691: pos_spm_wf_pkg1.notify_bank_aprv_supp_aprv
692: (p_vendor_id => p_vendor_id,
693: x_itemtype => l_itemtype,
694: x_itemkey => l_itemkey,
695: x_receiver => l_receiver

Line 737: pos_spm_wf_pkg1.notify_user_approved_sso_sync

733: l_count := p_username_pwds.COUNT;
734: FOR l_index IN 1..l_count LOOP
735: IF p_username_pwds(l_index).user_name <> l_user_name THEN
736: if (p_username_pwds(l_index).exist_in_oid = 'Y') then
737: pos_spm_wf_pkg1.notify_user_approved_sso_sync
738: (p_supplier_reg_id => p_supplier_reg_id,
739: p_username => p_username_pwds(l_index).user_name,
740: x_itemtype => l_itemtype,
741: x_itemkey => l_itemkey

Line 744: pos_spm_wf_pkg1.notify_supplier_user_approved

740: x_itemtype => l_itemtype,
741: x_itemkey => l_itemkey
742: ) ;
743: else
744: pos_spm_wf_pkg1.notify_supplier_user_approved
745: (p_supplier_reg_id => p_supplier_reg_id,
746: p_username => p_username_pwds(l_index).user_name,
747: p_password => p_username_pwds(l_index).password,
748: x_itemtype => l_itemtype,

Line 754: pos_spm_wf_pkg1.notify_supplier_apprv_ssosync

750: ) ;
751: end if;
752: ELSE
753: if (p_username_pwds(l_index).exist_in_oid = 'Y') then
754: pos_spm_wf_pkg1.notify_supplier_apprv_ssosync
755: (p_supplier_reg_id => p_supplier_reg_id,
756: p_username => p_username_pwds(l_index).user_name,
757: x_itemtype => l_itemtype,
758: x_itemkey => l_itemkey

Line 761: pos_spm_wf_pkg1.notify_supplier_approved

757: x_itemtype => l_itemtype,
758: x_itemkey => l_itemkey
759: ) ;
760: else
761: pos_spm_wf_pkg1.notify_supplier_approved
762: (p_supplier_reg_id => p_supplier_reg_id,
763: p_username => p_username_pwds(l_index).user_name,
764: p_password => p_username_pwds(l_index).password,
765: x_itemtype => l_itemtype,

Line 1251: pos_spm_wf_pkg1.notify_supplier_rejected

1247: (SELECT mapping_id FROM pos_supplier_mappings
1248: WHERE supplier_reg_id = p_supplier_reg_id)
1249: AND request_status = 'PENDING';
1250:
1251: pos_spm_wf_pkg1.notify_supplier_rejected
1252: (p_supplier_reg_id => p_supplier_reg_id,
1253: x_itemtype => l_itemtype,
1254: x_itemkey => l_itemkey,
1255: x_receiver => l_receiver

Line 1347: pos_spm_wf_pkg1.send_supplier_reg_saved_ntf

1343: x_msg_data OUT NOCOPY VARCHAR2
1344: ) IS
1345: BEGIN
1346:
1347: pos_spm_wf_pkg1.send_supplier_reg_saved_ntf
1348: (p_supplier_reg_id => p_supplier_reg_id);
1349:
1350: x_return_status := fnd_api.g_ret_sts_success;
1351: x_msg_count := 0;