DBA Data[Home] [Help]

APPS.OE_GENESIS_UTIL dependencies on OE_ORDER_PUB_LINE_REC25

Line 397: x_line_rec25 OUT NOCOPY oe_order_pub_line_rec25

393: END header_rec_to_hdr_rec25;
394:
395: PROCEDURE line_rec_to_line_rec25(
396: p_line_rec IN oe_order_pub_line_rec_type,
397: x_line_rec25 OUT NOCOPY oe_order_pub_line_rec25
398: )
399: IS
400: BEGIN
401: x_line_rec25 := oe_order_pub_line_rec25(

Line 401: x_line_rec25 := oe_order_pub_line_rec25(

397: x_line_rec25 OUT NOCOPY oe_order_pub_line_rec25
398: )
399: IS
400: BEGIN
401: x_line_rec25 := oe_order_pub_line_rec25(
402: NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
403: NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
404: NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
405: NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,

Line 882: l_line_rec25 oe_order_pub_line_rec25;

878: x_line_tab25 OUT NOCOPY oe_order_pub_line_tab25
879: )
880: IS
881: l_line_rec oe_order_pub_line_rec_type;
882: l_line_rec25 oe_order_pub_line_rec25;
883:
884: l_count NUMBER;
885: BEGIN
886: