DBA Data[Home] [Help]

APPS.AR_CREDIT_MEMO_API_PUB dependencies on WF_USERS

Line 686: x_created_by OUT NOCOPY wf_users.display_name%type,

682: x_line_amount OUT NOCOPY ra_cm_requests.line_amount%type,
683: x_tax_amount OUT NOCOPY ra_cm_requests.tax_amount%type,
684: x_freight_amount OUT NOCOPY ra_cm_requests.freight_amount%type,
685: x_line_credits_flag OUT NOCOPY varchar2,
686: x_created_by OUT NOCOPY wf_users.display_name%type,
687: x_creation_date OUT NOCOPY DATE,
688: x_approval_date OUT NOCOPY DATE,
689: x_comments OUT NOCOPY ra_cm_requests.comments%type,
690: x_cm_line_tbl OUT NOCOPY Cm_Line_Tbl_Type_Cover%type,

Line 707: FROM wf_users

703: l_count_notes NUMBER;
704:
705: CURSOR per_user_cur is
706: SELECT display_name
707: FROM wf_users
708: WHERE orig_system = 'PER'
709: AND orig_system_id = l_created_by;
710:
711: CURSOR fnd_user_cur is

Line 713: FROM wf_users

709: AND orig_system_id = l_created_by;
710:
711: CURSOR fnd_user_cur is
712: SELECT display_name
713: FROM wf_users
714: WHERE orig_system = 'FND_USR'
715: AND orig_system_id = l_created_by;
716:
717: CURSOR line_det_cur is