DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_HOLD_SOURCES_ALL

Line 1823: , p_hold_entity_id IN oe_hold_sources_all.hold_entity_id%TYPE --ER#7479609

1819: , p_entity_code IN VARCHAR2
1820: , p_entity_id IN NUMBER
1821: , p_hold_entity_code IN VARCHAR2
1822: --ER#7479609, p_hold_entity_id IN NUMBER
1823: , p_hold_entity_id IN oe_hold_sources_all.hold_entity_id%TYPE --ER#7479609
1824: )
1825: IS
1826: l_return_status VARCHAR2(30);
1827: l_msg_count NUMBER;

Line 2050: l_entity_code oe_hold_sources_all.hold_entity_code%TYPE DEFAULT NULL; --ER#7479609

2046: l_line_id NUMBER DEFAULT NULL;
2047: l_hold_id NUMBER DEFAULT NULL;
2048: --ER#7479609 l_entity_code VARCHAR2(1) DEFAULT NULL;
2049: --ER#7479609 l_entity_id NUMBER DEFAULT NULL;
2050: l_entity_code oe_hold_sources_all.hold_entity_code%TYPE DEFAULT NULL; --ER#7479609
2051: l_entity_id oe_hold_sources_all.hold_entity_id%TYPE DEFAULT NULL; --ER#7479609
2052: l_request_rec OE_Order_PUB.request_rec_type := x_request_rec;
2053: l_return_status VARCHAR2(30);
2054: l_msg_count NUMBER := 0;

Line 2051: l_entity_id oe_hold_sources_all.hold_entity_id%TYPE DEFAULT NULL; --ER#7479609

2047: l_hold_id NUMBER DEFAULT NULL;
2048: --ER#7479609 l_entity_code VARCHAR2(1) DEFAULT NULL;
2049: --ER#7479609 l_entity_id NUMBER DEFAULT NULL;
2050: l_entity_code oe_hold_sources_all.hold_entity_code%TYPE DEFAULT NULL; --ER#7479609
2051: l_entity_id oe_hold_sources_all.hold_entity_id%TYPE DEFAULT NULL; --ER#7479609
2052: l_request_rec OE_Order_PUB.request_rec_type := x_request_rec;
2053: l_return_status VARCHAR2(30);
2054: l_msg_count NUMBER := 0;
2055: l_msg_data VARCHAR2(2000) := NULL;