DBA Data[Home] [Help]

APPS.PV_ASSIGNMENT_PVT dependencies on WF_ENGINE

Line 554: l_partner_id := nvl(wf_engine.GetItemAttrNumber(

550: END IF;
551:
552: x_return_status := FND_API.G_RET_STS_SUCCESS ;
553:
554: l_partner_id := nvl(wf_engine.GetItemAttrNumber(
555: itemtype => p_itemtype,
556: itemkey => p_itemkey,
557: aname => pv_workflow_pub.g_wf_attr_partner_id), 0);
558:

Line 1664: l_lead_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,

1660:
1661: end if;
1662:
1663:
1664: l_lead_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
1665: itemkey => p_itemkey,
1666: aname => pv_workflow_pub.g_wf_attr_opportunity_id);
1667:
1668: l_process_rule_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,

Line 1668: l_process_rule_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,

1664: l_lead_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
1665: itemkey => p_itemkey,
1666: aname => pv_workflow_pub.g_wf_attr_opportunity_id);
1667:
1668: l_process_rule_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
1669: itemkey => p_itemkey,
1670: aname => pv_workflow_pub.g_wf_attr_process_rule_id);
1671:
1672:

Line 1888: wf_engine.SetItemAttrNumber( itemtype => p_itemtype,

1884: object_version_number = object_version_number + 1
1885: where wf_item_type = p_itemtype
1886: and wf_item_key = p_itemkey;
1887:
1888: wf_engine.SetItemAttrNumber( itemtype => p_itemtype,
1889: itemkey => p_itemkey,
1890: aname => pv_workflow_pub.g_wf_attr_matched_timeout,
1891: avalue => (l_due_date-sysdate)*60*24);
1892:

Line 1893: wf_engine.SetItemAttrText( itemtype => p_itemtype,

1889: itemkey => p_itemkey,
1890: aname => pv_workflow_pub.g_wf_attr_matched_timeout,
1891: avalue => (l_due_date-sysdate)*60*24);
1892:
1893: wf_engine.SetItemAttrText( itemtype => p_itemtype,
1894: itemkey => p_itemkey,
1895: aname => pv_workflow_pub.g_wf_attr_matched_timeout_dt,
1896: avalue => l_GMT_time);
1897:

Line 1906: wf_engine.SetItemAttrNumber( itemtype => p_itemtype,

1902: object_version_number = object_version_number + 1
1903: where wf_item_type = p_itemtype
1904: and wf_item_key = p_itemkey;
1905:
1906: wf_engine.SetItemAttrNumber( itemtype => p_itemtype,
1907: itemkey => p_itemkey,
1908: aname => pv_workflow_pub.g_wf_attr_offered_timeout,
1909: avalue => (l_due_date-sysdate)*60*24);
1910:

Line 1911: wf_engine.SetItemAttrText( itemtype => p_itemtype,

1907: itemkey => p_itemkey,
1908: aname => pv_workflow_pub.g_wf_attr_offered_timeout,
1909: avalue => (l_due_date-sysdate)*60*24);
1910:
1911: wf_engine.SetItemAttrText( itemtype => p_itemtype,
1912: itemkey => p_itemkey,
1913: aname => pv_workflow_pub.g_wf_attr_offered_timeout_dt,
1914: avalue => l_GMT_time);
1915:

Line 2005: l_assignment_type := wf_engine.GetItemAttrText( itemtype => p_itemtype,

2001: END IF;
2002:
2003: x_return_status := FND_API.G_RET_STS_SUCCESS ;
2004:
2005: l_assignment_type := wf_engine.GetItemAttrText( itemtype => p_itemtype,
2006: itemkey => p_itemkey,
2007: aname => pv_workflow_pub.g_wf_attr_assignment_type);
2008:
2009: -- for joint, we are reusing the same role_name to send email to

Line 2020: wf_engine.SetItemAttrText (itemtype => p_itemType,

2016: /*****************************************************/
2017: /* set the partners organization name */
2018: /*****************************************************/
2019:
2020: wf_engine.SetItemAttrText (itemtype => p_itemType,
2021: itemkey => p_itemKey,
2022: aname => pv_workflow_pub.g_wf_attr_partner_org,
2023: avalue => p_partner_org);
2024:

Line 2029: wf_engine.SetItemAttrText (itemtype => p_itemType,

2025: /*****************************************************/
2026: /* set the partners id */
2027: /*****************************************************/
2028:
2029: wf_engine.SetItemAttrText (itemtype => p_itemType,
2030: itemkey => p_itemKey,
2031: aname => pv_workflow_pub.g_wf_attr_partner_id,
2032: avalue => p_partner_id);
2033:

Line 2170: l_customer_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,

2166: END IF;
2167:
2168: x_return_status := FND_API.G_RET_STS_SUCCESS ;
2169:
2170: l_customer_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
2171: itemkey => p_itemkey,
2172: aname => pv_workflow_pub.g_wf_attr_customer_id);
2173:
2174: l_address_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,

Line 2174: l_address_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,

2170: l_customer_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
2171: itemkey => p_itemkey,
2172: aname => pv_workflow_pub.g_wf_attr_customer_id);
2173:
2174: l_address_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
2175: itemkey => p_itemkey,
2176: aname => pv_workflow_pub.g_wf_attr_address_id);
2177:
2178: l_lead_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,

Line 2178: l_lead_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,

2174: l_address_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
2175: itemkey => p_itemkey,
2176: aname => pv_workflow_pub.g_wf_attr_address_id);
2177:
2178: l_lead_id := wf_engine.GetItemAttrNumber(itemtype => p_itemtype,
2179: itemkey => p_itemkey,
2180: aname => pv_workflow_pub.g_wf_attr_opportunity_id);
2181:
2182: if p_partner_id is not null then

Line 2838: wf_engine.CreateProcess ( ItemType => p_itemtype,

2834: x_return_status := FND_API.G_RET_STS_SUCCESS;
2835:
2836: -- Create Assignment Process
2837: IF p_attrib_values_rec.process_name = pv_workflow_pub.g_wf_pcs_initiate_assignment THEN
2838: wf_engine.CreateProcess ( ItemType => p_itemtype,
2839: ItemKey => p_itemkey,
2840: process => pv_workflow_pub.g_wf_pcs_initiate_assignment);
2841:
2842: wf_engine.SetItemUserKey (itemType => p_itemtype,

Line 2842: wf_engine.SetItemUserKey (itemType => p_itemtype,

2838: wf_engine.CreateProcess ( ItemType => p_itemtype,
2839: ItemKey => p_itemkey,
2840: process => pv_workflow_pub.g_wf_pcs_initiate_assignment);
2841:
2842: wf_engine.SetItemUserKey (itemType => p_itemtype,
2843: itemKey => p_itemkey,
2844: userKey => p_itemkey);
2845:
2846: -- Setting Org Type Attribute

Line 2847: wf_engine.SetItemAttrText ( itemtype => p_itemtype,

2843: itemKey => p_itemkey,
2844: userKey => p_itemkey);
2845:
2846: -- Setting Org Type Attribute
2847: wf_engine.SetItemAttrText ( itemtype => p_itemtype,
2848: itemkey => p_itemkey,
2849: aname => pv_workflow_pub.g_wf_attr_organization_type,
2850: avalue => p_attrib_values_rec.org_type);
2851:

Line 2853: wf_engine.SetItemAttrText ( itemtype => p_itemtype,

2849: aname => pv_workflow_pub.g_wf_attr_organization_type,
2850: avalue => p_attrib_values_rec.org_type);
2851:
2852: -- Setting Partner Id attribute
2853: wf_engine.SetItemAttrText ( itemtype => p_itemtype,
2854: itemkey => p_itemkey,
2855: aname => pv_workflow_pub.g_wf_attr_ext_org_party_id,
2856: avalue => p_attrib_values_rec.pt_org_party_id);
2857:

Line 2859: wf_engine.SetItemAttrText ( itemtype => p_itemtype,

2855: aname => pv_workflow_pub.g_wf_attr_ext_org_party_id,
2856: avalue => p_attrib_values_rec.pt_org_party_id);
2857:
2858: -- Setting bypass_cm_ok_flag attribute
2859: wf_engine.SetItemAttrText ( itemtype => p_itemtype,
2860: itemkey => p_itemkey,
2861: aname => pv_workflow_pub.g_wf_attr_bypass_cm_approval,
2862: avalue => p_attrib_values_rec.bypass_cm_ok_flag);
2863: -- Setting customer_id attribute

Line 2864: wf_engine.SetItemAttrNumber ( itemtype => p_itemtype,

2860: itemkey => p_itemkey,
2861: aname => pv_workflow_pub.g_wf_attr_bypass_cm_approval,
2862: avalue => p_attrib_values_rec.bypass_cm_ok_flag);
2863: -- Setting customer_id attribute
2864: wf_engine.SetItemAttrNumber ( itemtype => p_itemtype,
2865: itemkey => p_itemkey,
2866: aname => pv_workflow_pub.g_wf_attr_customer_id,
2867: avalue => p_attrib_values_rec.customer_id);
2868: -- Setting Address Id attribute

Line 2869: wf_engine.SetItemAttrNumber( itemtype => p_itemtype,

2865: itemkey => p_itemkey,
2866: aname => pv_workflow_pub.g_wf_attr_customer_id,
2867: avalue => p_attrib_values_rec.customer_id);
2868: -- Setting Address Id attribute
2869: wf_engine.SetItemAttrNumber( itemtype => p_itemtype,
2870: itemkey => p_itemkey,
2871: aname => pv_workflow_pub.g_wf_attr_address_id,
2872: avalue => p_attrib_values_rec.address_id);
2873:

Line 2878: wf_engine.SetItemAttrText ( itemtype => p_itemType,

2874: l_vendor_respond_url := fnd_profile.value('PV_WORKFLOW_RESPOND_SELF_SERVICE_URL');
2875: l_pt_respond_url := fnd_profile.value('PV_WORKFLOW_ISTORE_URL');
2876:
2877: -- Setting CM Respond URL Attribute
2878: wf_engine.SetItemAttrText ( itemtype => p_itemType,
2879: itemkey => p_itemKey,
2880: aname => pv_workflow_pub.g_wf_attr_cm_respond_url,
2881: avalue => l_vendor_respond_URL);
2882:

Line 2884: wf_engine.SetItemAttrText ( itemtype => p_itemType,

2880: aname => pv_workflow_pub.g_wf_attr_cm_respond_url,
2881: avalue => l_vendor_respond_URL);
2882:
2883: -- Setting Partner Respond URL Attribute
2884: wf_engine.SetItemAttrText ( itemtype => p_itemType,
2885: itemkey => p_itemKey,
2886: aname => 'PV_PT_RESPOND_URL_ATTR',
2887: avalue => l_pt_respond_URL);
2888: IF fnd_msg_pub.Check_Msg_Level (fnd_msg_pub.G_MSG_LVL_DEBUG_LOW) THEN

Line 2895: wf_engine.SetItemAttrNumber( itemtype => p_itemType,

2891: fnd_msg_pub.Add;
2892: END IF;
2893:
2894: -- Setting Process Rule ID Attribute
2895: wf_engine.SetItemAttrNumber( itemtype => p_itemType,
2896: itemkey => p_itemKey,
2897: aname => pv_workflow_pub.g_wf_attr_process_rule_id,
2898: avalue => p_attrib_values_rec.process_rule_id);
2899:

Line 2903: wf_engine.CreateProcess ( ItemType => p_itemtype,

2899:
2900:
2901: -- Channel Manager Withdrawing Active Opportunity
2902: ELSIF p_attrib_values_rec.process_name = pv_workflow_pub.g_wf_pcs_withdraw_fyi THEN
2903: wf_engine.CreateProcess ( ItemType => p_itemtype,
2904: ItemKey => p_itemkey,
2905: process => pv_workflow_pub.g_wf_pcs_withdraw_fyi);
2906: END IF;
2907:

Line 2908: wf_engine.SetItemAttrNumber( itemtype => p_itemtype,

2904: ItemKey => p_itemkey,
2905: process => pv_workflow_pub.g_wf_pcs_withdraw_fyi);
2906: END IF;
2907:
2908: wf_engine.SetItemAttrNumber( itemtype => p_itemtype,
2909: itemkey => p_itemkey,
2910: aname => pv_workflow_pub.g_wf_attr_opportunity_id,
2911: avalue => p_attrib_values_rec.lead_id);
2912:

Line 2913: wf_engine.SetItemAttrText ( itemtype => p_itemtype,

2909: itemkey => p_itemkey,
2910: aname => pv_workflow_pub.g_wf_attr_opportunity_id,
2911: avalue => p_attrib_values_rec.lead_id);
2912:
2913: wf_engine.SetItemAttrText ( itemtype => p_itemtype,
2914: itemkey => p_itemkey,
2915: aname => pv_workflow_pub.g_wf_attr_entity_name,
2916: avalue => p_attrib_values_rec.entity_name);
2917:

Line 2923: wf_engine.SetItemAttrText( itemtype => p_itemtype,

2919: fnd_message.Set_Name('PV', 'PV_DEBUG_MESSAGE');
2920: fnd_message.Set_Token('TEXT', 'in startworkflow Entity Amount'||p_attrib_values_rec.entity_amount);
2921: fnd_msg_pub.Add;
2922: END IF;
2923: wf_engine.SetItemAttrText( itemtype => p_itemtype,
2924: itemkey => p_itemkey,
2925: aname => pv_workflow_pub.g_wf_attr_entity_amount,
2926: avalue => p_attrib_values_rec.entity_amount);
2927:

Line 2935: wf_engine.SetItemAttrText ( itemtype => p_itemtype,

2931: fnd_message.Set_Token('TEXT', 'after the entity amount');
2932: fnd_msg_pub.Add;
2933: END IF;
2934:
2935: wf_engine.SetItemAttrText ( itemtype => p_itemtype,
2936: itemkey => p_itemkey,
2937: aname => pv_workflow_pub.g_wf_attr_opp_number,
2938: avalue => p_attrib_values_rec.lead_number);
2939:

Line 2940: wf_engine.SetItemAttrText ( itemtype => p_itemtype,

2936: itemkey => p_itemkey,
2937: aname => pv_workflow_pub.g_wf_attr_opp_number,
2938: avalue => p_attrib_values_rec.lead_number);
2939:
2940: wf_engine.SetItemAttrText ( itemtype => p_itemtype,
2941: itemkey => p_itemkey,
2942: aname => pv_workflow_pub.g_wf_attr_customer_name,
2943: avalue => p_attrib_values_rec.customer_name);
2944:

Line 2945: wf_engine.SetItemAttrText (itemtype => p_itemType,

2941: itemkey => p_itemkey,
2942: aname => pv_workflow_pub.g_wf_attr_customer_name,
2943: avalue => p_attrib_values_rec.customer_name);
2944:
2945: wf_engine.SetItemAttrText (itemtype => p_itemType,
2946: itemkey => p_itemKey,
2947: aname => pv_workflow_pub.g_wf_attr_assignment_type,
2948: avalue => p_attrib_values_rec.assignment_type);
2949:

Line 2952: wf_engine.SetItemAttrText ( itemtype => p_itemType,

2948: avalue => p_attrib_values_rec.assignment_type);
2949:
2950: l_email_enabled := nvl(fnd_profile.value('PV_EMAIL_NOTIFICATION_FLAG'), pv_workflow_pub.g_wf_lkup_yes);
2951:
2952: wf_engine.SetItemAttrText ( itemtype => p_itemType,
2953: itemkey => p_itemKey,
2954: aname => pv_workflow_pub.g_wf_attr_email_enabled,
2955: avalue => l_email_enabled);
2956:

Line 2959: wf_engine.StartProcess( itemtype => p_itemtype,

2955: avalue => l_email_enabled);
2956:
2957:
2958:
2959: wf_engine.StartProcess( itemtype => p_itemtype,
2960: itemkey => p_itemkey);
2961:
2962:
2963: IF FND_API.To_Boolean ( p_commit ) THEN

Line 3596: l_assignment_type := wf_engine.GetItemAttrText(itemtype => p_itemtype,

3592: END IF;
3593:
3594: x_return_status := FND_API.G_RET_STS_SUCCESS ;
3595:
3596: l_assignment_type := wf_engine.GetItemAttrText(itemtype => p_itemtype,
3597: itemkey => p_itemkey,
3598: aname => pv_workflow_pub.g_wf_attr_assignment_type);
3599:
3600: l_lead_id := wf_engine.GetItemAttrNumber( itemtype => p_itemtype,

Line 3600: l_lead_id := wf_engine.GetItemAttrNumber( itemtype => p_itemtype,

3596: l_assignment_type := wf_engine.GetItemAttrText(itemtype => p_itemtype,
3597: itemkey => p_itemkey,
3598: aname => pv_workflow_pub.g_wf_attr_assignment_type);
3599:
3600: l_lead_id := wf_engine.GetItemAttrNumber( itemtype => p_itemtype,
3601: itemkey => p_itemkey,
3602: aname => pv_workflow_pub.g_wf_attr_opportunity_id);
3603:
3604: l_email_enabled_flag := nvl(fnd_profile.value('PV_EMAIL_NOTIFICATION_FLAG'), pv_workflow_pub.g_wf_lkup_yes);

Line 3606: l_rank := wf_engine.GetItemAttrNumber( itemtype => p_itemtype,

3602: aname => pv_workflow_pub.g_wf_attr_opportunity_id);
3603:
3604: l_email_enabled_flag := nvl(fnd_profile.value('PV_EMAIL_NOTIFICATION_FLAG'), pv_workflow_pub.g_wf_lkup_yes);
3605:
3606: l_rank := wf_engine.GetItemAttrNumber( itemtype => p_itemtype,
3607: itemkey => p_itemkey,
3608: aname => pv_workflow_pub.g_wf_attr_current_serial_rank);
3609:
3610:

Line 3977: wf_engine.SetItemAttrText( itemtype => p_itemtype,

3973: raise FND_API.G_EXC_ERROR;
3974:
3975: end if;
3976:
3977: wf_engine.SetItemAttrText( itemtype => p_itemtype,
3978: itemkey => p_itemKey,
3979: aname => pv_workflow_pub.g_wf_attr_partner_org,
3980: avalue => l_partner_org);
3981:

Line 3992: wf_engine.SetItemAttrText( itemtype => p_itemtype,

3988:
3989: fetch lc_get_responding_cm into l_responding_cm;
3990: close lc_get_responding_cm;
3991:
3992: wf_engine.SetItemAttrText( itemtype => p_itemtype,
3993: itemkey => p_itemKey,
3994: aname => pv_workflow_pub.g_wf_attr_responding_cm,
3995: avalue => l_responding_cm);
3996:

Line 4006: wf_engine.SetItemAttrText( itemtype => p_itemtype,

4002:
4003: fetch lc_get_reason into l_reason;
4004: close lc_get_reason;
4005:
4006: wf_engine.SetItemAttrText( itemtype => p_itemtype,
4007: itemkey => p_itemKey,
4008: aname => pv_workflow_pub.g_wf_attr_action_reason,
4009: avalue => l_reason);
4010: end if;

Line 4018: wf_engine.SetItemAttrNumber( itemtype => p_itemtype,

4014: -- for joint assignment, where there is potentially multiple partners that accepted
4015: -- we need to set partner_id for the current partner so that if the current notification
4016: -- requires this information, it will have it
4017:
4018: wf_engine.SetItemAttrNumber( itemtype => p_itemtype,
4019: itemkey => p_itemkey,
4020: aname => 'PV_NOTIFY_PT_ID_ATTR',
4021: avalue => l_partner_id);
4022:

Line 4029: callback => 'wf_engine.cb',

4025: role => l_adhoc_role,
4026: msg_type => 'PVASGNMT',
4027: msg_name => l_msg_name,
4028: due_date => null,
4029: callback => 'wf_engine.cb',
4030: context => l_context,
4031: send_comment => NULL,
4032: priority => NULL );
4033:

Line 4189: wf_engine.CreateProcess ( ItemType => l_itemtype,

4185: fnd_msg_pub.Add;
4186: END IF;
4187:
4188:
4189: wf_engine.CreateProcess ( ItemType => l_itemtype,
4190: ItemKey => l_itemkey,
4191: process => pv_workflow_pub.g_wf_pcs_abandon_fyi);
4192:
4193: wf_engine.SetItemAttrNumber( itemtype => l_itemtype,

Line 4193: wf_engine.SetItemAttrNumber( itemtype => l_itemtype,

4189: wf_engine.CreateProcess ( ItemType => l_itemtype,
4190: ItemKey => l_itemkey,
4191: process => pv_workflow_pub.g_wf_pcs_abandon_fyi);
4192:
4193: wf_engine.SetItemAttrNumber( itemtype => l_itemtype,
4194: itemkey => l_itemkey,
4195: aname => pv_workflow_pub.g_wf_attr_opportunity_id,
4196: avalue => p_attrib_values_rec.lead_id);
4197:

Line 4198: wf_engine.SetItemAttrText ( itemtype => l_itemtype,

4194: itemkey => l_itemkey,
4195: aname => pv_workflow_pub.g_wf_attr_opportunity_id,
4196: avalue => p_attrib_values_rec.lead_id);
4197:
4198: wf_engine.SetItemAttrText ( itemtype => l_itemtype,
4199: itemkey => l_itemkey,
4200: aname => pv_workflow_pub.g_wf_attr_entity_name,
4201: avalue => p_attrib_values_rec.entity_name);
4202:

Line 4203: wf_engine.SetItemAttrText( itemtype => l_itemtype,

4199: itemkey => l_itemkey,
4200: aname => pv_workflow_pub.g_wf_attr_entity_name,
4201: avalue => p_attrib_values_rec.entity_name);
4202:
4203: wf_engine.SetItemAttrText( itemtype => l_itemtype,
4204: itemkey => l_itemkey,
4205: aname => pv_workflow_pub.g_wf_attr_entity_amount,
4206: avalue => p_attrib_values_rec.entity_amount);
4207:

Line 4208: wf_engine.SetItemAttrText ( itemtype => l_itemtype,

4204: itemkey => l_itemkey,
4205: aname => pv_workflow_pub.g_wf_attr_entity_amount,
4206: avalue => p_attrib_values_rec.entity_amount);
4207:
4208: wf_engine.SetItemAttrText ( itemtype => l_itemtype,
4209: itemkey => l_itemkey,
4210: aname => pv_workflow_pub.g_wf_attr_ext_org_party_id,
4211: avalue => p_attrib_values_rec.pt_org_party_id);
4212:

Line 4213: wf_engine.SetItemAttrText ( itemtype => l_itemtype,

4209: itemkey => l_itemkey,
4210: aname => pv_workflow_pub.g_wf_attr_ext_org_party_id,
4211: avalue => p_attrib_values_rec.pt_org_party_id);
4212:
4213: wf_engine.SetItemAttrText ( itemtype => l_itemtype,
4214: itemkey => l_itemkey,
4215: aname => pv_workflow_pub.g_wf_attr_opp_number,
4216: avalue => p_attrib_values_rec.lead_number);
4217:

Line 4218: wf_engine.SetItemAttrText ( itemtype => l_itemtype,

4214: itemkey => l_itemkey,
4215: aname => pv_workflow_pub.g_wf_attr_opp_number,
4216: avalue => p_attrib_values_rec.lead_number);
4217:
4218: wf_engine.SetItemAttrText ( itemtype => l_itemtype,
4219: itemkey => l_itemkey,
4220: aname => pv_workflow_pub.g_wf_attr_customer_name,
4221: avalue => p_attrib_values_rec.customer_name);
4222:

Line 4223: wf_engine.SetItemAttrText (itemtype => l_itemtype,

4219: itemkey => l_itemkey,
4220: aname => pv_workflow_pub.g_wf_attr_customer_name,
4221: avalue => p_attrib_values_rec.customer_name);
4222:
4223: wf_engine.SetItemAttrText (itemtype => l_itemtype,
4224: itemkey => l_itemkey,
4225: aname => pv_workflow_pub.g_wf_attr_assignment_type,
4226: avalue => p_attrib_values_rec.assignment_type);
4227:

Line 4231: wf_engine.SetItemAttrText ( itemtype => l_itemtype,

4227:
4228: l_vendor_respond_url := fnd_profile.value('PV_WORKFLOW_RESPOND_SELF_SERVICE_URL');
4229: l_pt_respond_url := fnd_profile.value('PV_WORKFLOW_ISTORE_URL');
4230:
4231: wf_engine.SetItemAttrText ( itemtype => l_itemtype,
4232: itemkey => l_itemkey,
4233: aname => pv_workflow_pub.g_wf_attr_cm_respond_url,
4234: avalue => l_vendor_respond_URL);
4235:

Line 4236: wf_engine.SetItemAttrText ( itemtype => l_itemType,

4232: itemkey => l_itemkey,
4233: aname => pv_workflow_pub.g_wf_attr_cm_respond_url,
4234: avalue => l_vendor_respond_URL);
4235:
4236: wf_engine.SetItemAttrText ( itemtype => l_itemType,
4237: itemkey => l_itemKey,
4238: aname => 'PV_PT_RESPOND_URL_ATTR',
4239: avalue => l_pt_respond_URL);
4240:

Line 4241: wf_engine.SetItemAttrText (itemtype => l_itemtype,

4237: itemkey => l_itemKey,
4238: aname => 'PV_PT_RESPOND_URL_ATTR',
4239: avalue => l_pt_respond_URL);
4240:
4241: wf_engine.SetItemAttrText (itemtype => l_itemtype,
4242: itemkey => l_itemkey,
4243: aname => pv_workflow_pub.g_wf_attr_action_reason,
4244: avalue => p_action_reason);
4245:

Line 4246: wf_engine.SetItemAttrText ( itemtype => l_itemtype,

4242: itemkey => l_itemkey,
4243: aname => pv_workflow_pub.g_wf_attr_action_reason,
4244: avalue => p_action_reason);
4245:
4246: wf_engine.SetItemAttrText ( itemtype => l_itemtype,
4247: itemkey => l_itemkey,
4248: aname => pv_workflow_pub.g_wf_attr_partner_org,
4249: avalue => p_partner_org_name);
4250:

Line 4251: wf_engine.StartProcess( itemtype => l_itemtype,

4247: itemkey => l_itemkey,
4248: aname => pv_workflow_pub.g_wf_attr_partner_org,
4249: avalue => p_partner_org_name);
4250:
4251: wf_engine.StartProcess( itemtype => l_itemtype,
4252: itemkey => l_itemkey);
4253:
4254:
4255: PV_ASSIGN_UTIL_PVT.checkforErrors ( p_api_version_number => 1.0