DBA Data[Home] [Help]

APPS.AR_CREDIT_MEMO_API_PUB dependencies on WF_USERS

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

197: x_line_amount OUT NOCOPY ra_cm_requests.line_amount%type,
198: x_tax_amount OUT NOCOPY ra_cm_requests.tax_amount%type,
199: x_freight_amount OUT NOCOPY ra_cm_requests.freight_amount%type,
200: x_line_credits_flag OUT NOCOPY VARCHAR2,
201: x_created_by OUT NOCOPY wf_users.display_name%type,
202: x_creation_date OUT NOCOPY DATE,
203: x_approval_date OUT NOCOPY DATE,
204: x_comments OUT NOCOPY ra_cm_requests.comments%type,
205: x_cm_line_tbl OUT NOCOPY Cm_Line_Tbl_Type_Cover%type,