DBA Data[Home] [Help]

APPS.OE_VERSION_HISTORY_UTIL dependencies on OE_HEADER_SCREDIT_UTIL

Line 2636: OE_Header_Scredit_Util.Query_Row(p_sales_credit_id => p_sales_credit_id, x_header_scredit_rec => x_header_scredit_rec);

2632: END IF;
2633: END IF;
2634:
2635: IF l_version_number IS NULL THEN
2636: OE_Header_Scredit_Util.Query_Row(p_sales_credit_id => p_sales_credit_id, x_header_scredit_rec => x_header_scredit_rec);
2637: ELSE
2638: G_INTERNAL_QUERY := TRUE;
2639: Query_Rows
2640: ( p_sales_credit_id => p_sales_credit_id,

Line 2772: OE_Header_Scredit_Util.Query_Rows(p_sales_credit_id => p_sales_credit_id, p_header_id => p_header_id, x_header_scredit_tbl => x_header_scredit_tbl);

2768: END IF;
2769: END IF;
2770:
2771: IF l_version_number IS NULL THEN
2772: OE_Header_Scredit_Util.Query_Rows(p_sales_credit_id => p_sales_credit_id, p_header_id => p_header_id, x_header_scredit_tbl => x_header_scredit_tbl);
2773: ELSE
2774:
2775: IF
2776: (p_sales_credit_id IS NOT NULL