DBA Data[Home] [Help]

APPS.PA_RBS_ASGMT_PVT dependencies on PA_RBS_HEADERS_B

Line 103: * header ID in the pa_rbs_headers_b table.

99:
100: /******************************************
101: * Check if the Header ID passed is a valid in
102: * the system. This is done by checking for the
103: * header ID in the pa_rbs_headers_b table.
104: ********************************************/
105: BEGIN
106: SELECT rbs_header_id
107: INTO l_rbs_header_id

Line 108: FROM pa_rbs_headers_b

104: ********************************************/
105: BEGIN
106: SELECT rbs_header_id
107: INTO l_rbs_header_id
108: FROM pa_rbs_headers_b
109: WHERE rbs_header_id = p_rbs_header_id;
110: EXCEPTION
111: WHEN NO_DATA_FOUND THEN
112: x_return_status := FND_API.G_RET_STS_ERROR;