DBA Data[Home] [Help]

APPS.OE_VERSION_HISTORY_UTIL dependencies on OE_HEADER_SCREDIT_UTIL

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

2695: END IF;
2696: END IF;
2697:
2698: IF l_version_number IS NULL THEN
2699: OE_Header_Scredit_Util.Query_Row(p_sales_credit_id => p_sales_credit_id, x_header_scredit_rec => x_header_scredit_rec);
2700: ELSE
2701: G_INTERNAL_QUERY := TRUE;
2702: Query_Rows
2703: ( p_sales_credit_id => p_sales_credit_id,

Line 2835: 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);

2831: END IF;
2832: END IF;
2833:
2834: IF l_version_number IS NULL THEN
2835: 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);
2836: ELSE
2837:
2838: IF
2839: (p_sales_credit_id IS NOT NULL