DBA Data[Home] [Help]

APPS.ASO_CFG_INT dependencies on ASO_QUOTE_HOOK

Line 2850: ASO_QUOTE_HOOK.Get_Model_Configuration_Date

2846: elsif l_config_effective_date_prof='S' then -- set to current date
2847: param_value(14) :=to_char(sysdate,'MM-DD-YYYY-HH24-MI-SS');--l_current_date;
2848: param_value(15) :=to_char(sysdate,'MM-DD-YYYY-HH24-MI-SS');--l_current_date;
2849: elsif l_config_effective_date_prof='F' then -- set to callback function Add code for callback function
2850: ASO_QUOTE_HOOK.Get_Model_Configuration_Date
2851: ( p_quote_header_id=>l_model_line_rec.quote_header_id,
2852: P_QUOTE_LINE_ID=> l_model_line_rec.quote_line_id,
2853: X_CONFIG_EFFECTIVE_DATE=> x_config_effective_date,
2854: X_CONFIG_MODEL_LOOKUP_DATE=> x_config_lookup_date