32: END IF;
33:
34: EXCEPTION
35: WHEN others THEN
36: po_message_s.sql_error
37: ('val_inv_organization_id', x_progress, sqlcode);
38: raise;
39: END val_inv_organization_id;
40:
70:
71: When no_data_found then
72: RETURN NULL;
73: When others then
74: po_message_s.sql_error('derive_organization_id',X_progress, sqlcode);
75: raise;
76:
77: END derive_organization_id;
78: END HR_ORGANIZATIONS_SV1;