DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_HOLD_SOURCES_ALL

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

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

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

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

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

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