DBA Data[Home] [Help]

APPS.ASO_DEAL_PUB dependencies on ASO_STATUS_TRANSITIONS_V

Line 329: ASO_STATUS_TRANSITIONS_V

325: close C_qte_status_id;
326:
327: if l_quote_Status_id<> ld_quote_Status_id then
328: SELECT count(*) into ln_count FROM
329: ASO_STATUS_TRANSITIONS_V
330: WHERE TO_STATUS_ID = ld_quote_Status_id
331: AND FROM_STATUS_ID = l_quote_Status_id;
332:
333: if ln_count=0 then