DBA Data[Home] [Help]

APPS.OE_CREDIT_PUB dependencies on OE_HEADER_UTIL

Line 236: -- This is done in the OE_HEADER_UTIL package by the Query Row function.

232:
233: oe_debug_pub.ADD('Calling action is '|| p_calling_action);
234:
235: -- The first thing to do is to load the record structure for the order header
236: -- This is done in the OE_HEADER_UTIL package by the Query Row function.
237: -- The caller must pass a Header id and the function returns the record
238: -- Structure l_header_rec
239:
240: oe_debug_pub.ADD('Before querying');

Line 241: OE_HEADER_UTIL.QUERY_ROW(p_header_id=>p_header_id,x_header_rec=>l_header_rec);

237: -- The caller must pass a Header id and the function returns the record
238: -- Structure l_header_rec
239:
240: oe_debug_pub.ADD('Before querying');
241: OE_HEADER_UTIL.QUERY_ROW(p_header_id=>p_header_id,x_header_rec=>l_header_rec);
242:
243: -- Now we have the Record Structure loaded we can call the other
244: -- functions without having to go to the database.
245: -- Checking whether the order should undergo a credit check. Also

Line 1882: -- This is done in the OE_HEADER_UTIL package by the Query Row function.

1878:
1879: oe_debug_pub.ADD('Line Level: Calling action is '|| p_calling_action);
1880:
1881: -- The first thing to do is to load the record structure for the order header
1882: -- This is done in the OE_HEADER_UTIL package by the Query Row function.
1883: -- The caller must pass a Header id and the function returns the record
1884: -- Structure l_header_rec
1885:
1886: oe_debug_pub.ADD('Line Level: Before querying');

Line 1887: OE_HEADER_UTIL.QUERY_ROW(p_header_id => p_header_id

1883: -- The caller must pass a Header id and the function returns the record
1884: -- Structure l_header_rec
1885:
1886: oe_debug_pub.ADD('Line Level: Before querying');
1887: OE_HEADER_UTIL.QUERY_ROW(p_header_id => p_header_id
1888: ,x_header_rec => l_header_rec);
1889:
1890: -- OE_LINE_UTIL.Query_Row(p_line_id => p_line_id
1891: -- ,x_line_rec => l_line_rec );