DBA Data[Home] [Help]

APPS.AR_CREDIT_MEMO_API_PUB dependencies on WF_USERS

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

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