DBA Data[Home] [Help]

APPS.OE_RETROBILL_PVT dependencies on STANDARD

Line 1170: x_line_rec.item_type_code:='STANDARD';

1166: /******************************************************
1167: --change values to retrobilling related/specific fields
1168: *******************************************************/
1169: x_line_rec.cancelled_flag:='N';
1170: x_line_rec.item_type_code:='STANDARD';
1171: x_line_rec.pricing_date:=SYSDATE;
1172: x_line_rec.request_date:=SYSDATE;
1173: x_line_rec.pricing_quantity:=NULL;
1174: x_line_rec.orig_sys_document_ref:=p_oline_rec.header_id;