DBA Data[Home] [Help]

APPS.AR_CREDIT_MEMO_API_PUB dependencies on WF_USERS

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

725: x_line_amount OUT NOCOPY ra_cm_requests.line_amount%type,
726: x_tax_amount OUT NOCOPY ra_cm_requests.tax_amount%type,
727: x_freight_amount OUT NOCOPY ra_cm_requests.freight_amount%type,
728: x_line_credits_flag OUT NOCOPY varchar2,
729: x_created_by OUT NOCOPY wf_users.display_name%type,
730: x_creation_date OUT NOCOPY DATE,
731: x_approval_date OUT NOCOPY DATE,
732: x_comments OUT NOCOPY ra_cm_requests.comments%type,
733: x_cm_line_tbl OUT NOCOPY Cm_Line_Tbl_Type_Cover%type,

Line 750: FROM wf_users

746: l_count_notes NUMBER;
747:
748: CURSOR per_user_cur is
749: SELECT display_name
750: FROM wf_users
751: WHERE orig_system = 'PER'
752: AND orig_system_id = l_created_by;
753:
754: CURSOR fnd_user_cur is

Line 756: FROM wf_users

752: AND orig_system_id = l_created_by;
753:
754: CURSOR fnd_user_cur is
755: SELECT display_name
756: FROM wf_users
757: WHERE orig_system = 'FND_USR'
758: AND orig_system_id = l_created_by;
759:
760: CURSOR line_det_cur is