DBA Data[Home] [Help]

APPS.UMX_USERNAME_POLICY_PVT dependencies on WF_ITEM_ATTRIBUTE_VALUES

Line 534: l_username wf_item_attribute_values.text_value%type;

530: command in varchar2,
531: resultout out NOCOPY varchar2) is
532:
533: l_person_party_id HZ_PARTIES.PARTY_ID%type;
534: l_username wf_item_attribute_values.text_value%type;
535:
536: begin
537:
538: -- RUN mode - normal process execution

Line 612: l_username wf_item_attribute_values.text_value%type;

608: activity_id in number,
609: command in varchar2,
610: resultout out NOCOPY varchar2) is
611:
612: l_username wf_item_attribute_values.text_value%type;
613: errorMess varchar2 (30) := null;
614:
615: cursor checkUsername (l_username in fnd_user.user_name%type)is
616: select 1