DBA Data[Home] [Help]

APPS.ASO_ORDER_INT dependencies on OE_HEADER_STATUS_PUB

Line 3004: OE_HEADER_STATUS_PUB.Get_Booked_Status

3000: l_return_status VARCHAR2(20) := NULL;
3001: BEGIN
3002:
3003:
3004: OE_HEADER_STATUS_PUB.Get_Booked_Status
3005: (
3006: p_header_id => p_Header_Id
3007: , x_result => l_result
3008: , x_result_date => l_result_date

Line 3019: OE_HEADER_STATUS_PUB.Get_Closed_Status

3015:
3016: END IF;
3017:
3018:
3019: OE_HEADER_STATUS_PUB.Get_Closed_Status
3020: (
3021: p_header_id => p_Header_Id
3022: , x_result => l_result
3023: , x_result_date => l_result_date

Line 3037: OE_HEADER_STATUS_PUB.Get_Cancelled_Status

3033: END IF;
3034:
3035: END IF;
3036:
3037: OE_HEADER_STATUS_PUB.Get_Cancelled_Status
3038: (
3039: p_header_id => p_Header_Id
3040: , x_result => l_result
3041: , x_result_date => l_result_date