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 1900: -- This is done in the OE_HEADER_UTIL package by the Query Row function.

1896:
1897: oe_debug_pub.ADD('Line Level: Calling action is '|| p_calling_action);
1898:
1899: -- The first thing to do is to load the record structure for the order header
1900: -- This is done in the OE_HEADER_UTIL package by the Query Row function.
1901: -- The caller must pass a Header id and the function returns the record
1902: -- Structure l_header_rec
1903:
1904: oe_debug_pub.ADD('Line Level: Before querying');

Line 1905: OE_HEADER_UTIL.QUERY_ROW(p_header_id => p_header_id

1901: -- The caller must pass a Header id and the function returns the record
1902: -- Structure l_header_rec
1903:
1904: oe_debug_pub.ADD('Line Level: Before querying');
1905: OE_HEADER_UTIL.QUERY_ROW(p_header_id => p_header_id
1906: ,x_header_rec => l_header_rec);
1907:
1908: -- OE_LINE_UTIL.Query_Row(p_line_id => p_line_id
1909: -- ,x_line_rec => l_line_rec );